diff options
| author | Mads Jensen <mje@inducks.org> | 2020-04-22 16:26:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-22 16:26:15 +0200 |
| commit | 060d9d4229c436c44cf8e3a301f34c4b1f9f6c85 (patch) | |
| tree | 030294b5f38790527ba316f2f25be008aec47604 /docs/topics | |
| parent | f48a1990fb74a70de53ee58846291dbbce5a29f2 (diff) | |
Added link to Mozilla's infosec page on web security.
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/security.txt | 3 |
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 |
