summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorHasan Ramezani <hasan.r67@gmail.com>2020-06-15 09:44:08 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-06-15 09:44:37 +0200
commitecd794bc686b656414d6877f90847ad82fe51c38 (patch)
tree5df0334b5ff020d6ec739ff7dab97bd304eb40f6 /docs/ref
parent2d3b6bce28148fb0b8cf0939098bb6fe03d1b4f5 (diff)
[3.1.x] Fixed #31696 -- Updated OWASP links in docs.
Backport of a16080810bee8b3baf9ae7ac7b8433cb7b293e00 from master
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/class-based-views/mixins-single-object.txt2
-rw-r--r--docs/ref/request-response.txt2
-rw-r--r--docs/ref/settings.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/class-based-views/mixins-single-object.txt b/docs/ref/class-based-views/mixins-single-object.txt
index 4fb33f6ce8..1378e10823 100644
--- a/docs/ref/class-based-views/mixins-single-object.txt
+++ b/docs/ref/class-based-views/mixins-single-object.txt
@@ -66,7 +66,7 @@ Single object mixins
non-sequential arguments. Using a unique slug may serve the same
purpose, but this scheme allows you to have non-unique slugs.
- .. _insecure direct object reference: https://www.owasp.org/index.php/Top_10_2013-A4-Insecure_Direct_Object_References
+ .. _insecure direct object reference: https://wiki.owasp.org/index.php/Top_10_2013-A4-Insecure_Direct_Object_References
.. method:: get_object(queryset=None)
diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt
index 9538fb45ff..8647436b97 100644
--- a/docs/ref/request-response.txt
+++ b/docs/ref/request-response.txt
@@ -872,7 +872,7 @@ Methods
Use ``samesite='None'`` (string) to explicitly state that this cookie is
sent with all same-site and cross-site requests.
- .. _HttpOnly: https://www.owasp.org/index.php/HttpOnly
+ .. _HttpOnly: https://owasp.org/www-community/HttpOnly
.. _SameSite: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite
.. versionchanged:: 3.1
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index f85a48b4c9..acef82f19b 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -3179,7 +3179,7 @@ vulnerability into full hijacking of a user's session. There aren't many good
reasons for turning this off. Your code shouldn't read session cookies from
JavaScript.
-.. _HttpOnly: https://www.owasp.org/index.php/HttpOnly
+.. _HttpOnly: https://owasp.org/www-community/HttpOnly
.. setting:: SESSION_COOKIE_NAME