aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorAaron Suarez <aaron-suarez@users.noreply.github.com>2019-06-23 20:13:11 -0500
committerGeorge Claghorn <george@basecamp.com>2019-06-23 21:13:11 -0400
commit58256db50750781016f5ea6d2dd6cbc72096062b (patch)
tree5b943b314e0b9de75a4289b9d119ad558287448d /guides/source
parent74e38da8106bfd435132653e09acbe5118cfe8a0 (diff)
downloadrails-58256db50750781016f5ea6d2dd6cbc72096062b.tar.gz
rails-58256db50750781016f5ea6d2dd6cbc72096062b.tar.bz2
rails-58256db50750781016f5ea6d2dd6cbc72096062b.zip
Update link to OWASP XSS cheat sheet [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/security.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/security.md b/guides/source/security.md
index 22c122d4b9..5bb7a51524 100644
--- a/guides/source/security.md
+++ b/guides/source/security.md
@@ -1211,4 +1211,4 @@ The security landscape shifts and it is important to keep up to date, because mi
* Subscribe to the Rails security [mailing list](https://groups.google.com/forum/#!forum/rubyonrails-security).
* [Brakeman - Rails Security Scanner](https://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).
+* A [good security blog](https://www.owasp.org) including the [Cross-Site scripting Cheat Sheet](https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/Cross_Site_Scripting_Prevention_Cheat_Sheet.md).