Updated: Free tools for checking security vulnerabilities for rails app -


i know whether there free tools available can used test security vulnerabilities in rails app. came across skipfish, found not intuitive in report. there similar tools available?

update

i've found tool, zap, can used doing penetration testing web applications. can automate integrating testing tools such selenium. looks cool , has many features , easy use too.

leena

rails best practices mentioned general code quality checks, security vulnerabilities checks, have @ brakeman, "an open source vulnerability scanner designed ruby on rails applications. statically analyzes rails application code find security issues @ stage of development".

you hook app in rails brakeman have brakeman security report run every time commit @ github.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -