Skip to content

Commit

Permalink
Remove Brakeman from security guide
Browse files Browse the repository at this point in the history
We should not be endorsing any external library in our guides.
  • Loading branch information
rafaelfranca committed Aug 21, 2023
1 parent 53a3a95 commit 3b08b67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion guides/source/security.md
Expand Up @@ -1455,6 +1455,5 @@ 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](https://discuss.rubyonrails.org/c/security-announcements/9).
* [Brakeman - Rails Security Scanner](https://brakemanscanner.org/) - To perform static security analysis for Rails applications.
* [Mozilla's Web Security Guidelines](https://infosec.mozilla.org/guidelines/web_security.html) - Recommendations on topics covering Content Security Policy, HTTP headers, Cookies, TLS configuration, etc.
* A [good security blog](https://owasp.org/) including the [Cross-Site scripting Cheat Sheet](https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/Cross_Site_Scripting_Prevention_Cheat_Sheet.md).

0 comments on commit 3b08b67

Please sign in to comment.