Application security issues to consider
Posted
by user279521
on Stack Overflow
See other posts from Stack Overflow
or by user279521
Published on 2010-05-12T19:14:03Z
Indexed on
2010/05/12
19:54 UTC
Read the original article
Hit count: 226
I am working on the design of a high security application (involving financial information, personal information etc). I need to identify what security measures (application level) will be implemented. The application will involve sending data to and from a database, user login, import export to csv, txt files, and print function.
What security features do I need to consider for such an application. (SQL injection for starters) ?
© Stack Overflow or respective owner