Collection of resources for Web App Security?
Can anyone s开发者_StackOverflowuggest some good resources, preferrably free, that I can read to thoroughly understand the basics of getting my web app secure?
It is being written with a Rails back-end, and regular HTML, CSS, jQuery front-end.
For instance, the proper security practices for handling users login. To storing info in the db, to anything else I might want to know.
Thanks.
http://www.rorsecurity.info/
http://guides.rubyonrails.org/security.html
http://www.owasp.org/index.php/Category:OWASP_Ruby_on_Rails_Security_Guide_V2
Restful Authentication
Oauth
These have some basic documentation with them, but these are used by a large number of Rails apps.
精彩评论