diff options
| author | Yauheni Dakuka <yauheni.dakuka@gmail.com> | 2017-06-26 22:17:16 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-26 22:17:16 +0300 |
| commit | dafe3f82cf3120b1e61ffdaa3c20e989c87c851f (patch) | |
| tree | b25b30eca3326c8ad3ff6e345b89a5555f80e608 | |
| parent | ceedecd3c181ea1111827e502c847e5902f500fa (diff) | |
| download | rails-dafe3f82cf3120b1e61ffdaa3c20e989c87c851f.tar.gz rails-dafe3f82cf3120b1e61ffdaa3c20e989c87c851f.tar.bz2 rails-dafe3f82cf3120b1e61ffdaa3c20e989c87c851f.zip | |
Update security.md
| -rw-r--r-- | guides/source/security.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/security.md b/guides/source/security.md index 9b1f28a283..297680b176 100644 --- a/guides/source/security.md +++ b/guides/source/security.md @@ -1061,6 +1061,6 @@ 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) -* [Brakeman - Rails Security Scanner](http://brakemanscanner.org/)- To perform static security analysis for Rails applications. +* [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) |
