summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorHasan Ramezani <hasan.r67@gmail.com>2020-06-15 09:44:08 +0200
committerGitHub <noreply@github.com>2020-06-15 09:44:08 +0200
commita16080810bee8b3baf9ae7ac7b8433cb7b293e00 (patch)
tree2bc6e544658bbda8fbb5c267d6bf3c9c5daf60ac /docs/ref
parent3d664a158de18acf72fc8e0671f0f390cbca4b2e (diff)
Fixed #31696 -- Updated OWASP links in docs.
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 d53b718020..cc92574f7a 100644
--- a/docs/ref/request-response.txt
+++ b/docs/ref/request-response.txt
@@ -860,7 +860,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 ab243fa808..46653dca66 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -3159,7 +3159,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