Skip to content

Commit

Permalink
Add brakeman to guides/additional resources. Fixes rails#29383 [ci sk…
Browse files Browse the repository at this point in the history
…ip] (rails#29427)
  • Loading branch information
vipulnsward authored Jun 12, 2017
1 parent ab69b94 commit 8426978
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions guides/source/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -1060,6 +1060,7 @@ Additional Resources

The security landscape shifts and it is important to keep up to date, because missing a new vulnerability can be catastrophic. You can find additional resources about (Rails) security here:

* Subscribe to the Rails security [mailing list](http://groups.google.com/group/rubyonrails-security)
* [Keep up to date on the other application layers](http://secunia.com/) (they have a weekly newsletter, too)
* A [good security blog](https://www.owasp.org) including the [Cross-Site scripting Cheat Sheet](https://www.owasp.org/index.php/DOM_based_XSS_Prevention_Cheat_Sheet)
* Subscribe to the Rails security [mailing list.](http://groups.google.com/group/rubyonrails-security)
* [Brakeman - Rails Security Scanner](http://brakemanscanner.org/)- To perform static security analysis for Rails applications.
* [Keep up to date on the other application layers.](http://secunia.com/) (they have a weekly newsletter, too)
* A [good security blog](https://www.owasp.org) including the [Cross-Site scripting Cheat Sheet.](https://www.owasp.org/index.php/DOM_based_XSS_Prevention_Cheat_Sheet)

0 comments on commit 8426978

Please sign in to comment.