diff options
author | Vipul A M <vipulnsward@gmail.com> | 2017-06-12 18:40:36 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-12 18:40:36 +0530 |
commit | 8426978c54429c28398daca3d14c8b5e52939657 (patch) | |
tree | 5555c7fde107d936dab6c584ff090b645b3e9e79 | |
parent | ab69b949692f1d6fea676ac25427632fefeb0251 (diff) | |
download | rails-8426978c54429c28398daca3d14c8b5e52939657.tar.gz rails-8426978c54429c28398daca3d14c8b5e52939657.tar.bz2 rails-8426978c54429c28398daca3d14c8b5e52939657.zip |
Add brakeman to guides/additional resources. Fixes #29383 [ci skip] (#29427)
-rw-r--r-- | guides/source/security.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/guides/source/security.md b/guides/source/security.md index f69a0c72b0..9b1f28a283 100644 --- a/guides/source/security.md +++ b/guides/source/security.md @@ -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) |