summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMads Jensen <mje@inducks.org>2020-04-22 16:26:15 +0200
committerCarlton Gibson <carlton.gibson@noumenal.es>2020-04-22 16:27:19 +0200
commit8c522d71e33d3cd8445f99ac6fd0b52b5486e119 (patch)
treea2852286a09afb5898b15bc4de4dc4a39d8f2bf3 /docs
parentabe33c169520d5baa96cc9f6a5ea079fd58e9c38 (diff)
[3.0.x] Added link to Mozilla's infosec page on web security.
Backport of 060d9d4229c436c44cf8e3a301f34c4b1f9f6c85 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/security.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/topics/security.txt b/docs/topics/security.txt
index 12d8263b27..ba73f20899 100644
--- a/docs/topics/security.txt
+++ b/docs/topics/security.txt
@@ -290,6 +290,9 @@ security protection of the Web server, operating system and other components.
list`_ which identifies some common vulnerabilities in web applications. While
Django has tools to address some of the issues, other issues must be
accounted for in the design of your project.
+* Mozilla discusses various topics regarding `web security`_. Their
+ pages also include security principles that apply to any system.
.. _LimitRequestBody: https://httpd.apache.org/docs/2.4/mod/core.html#limitrequestbody
.. _Top 10 list: https://www.owasp.org/index.php/Top_10-2017_Top_10
+.. _web security: https://infosec.mozilla.org/guidelines/web_security.html