diff options
| author | Hasan Ramezani <hasan.r67@gmail.com> | 2020-06-15 09:44:08 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-06-15 09:45:45 +0200 |
| commit | b61af177eea2530235f1f1e702001f9faedb7f55 (patch) | |
| tree | a5321039f7e45dc99358d66507c7042020a7e755 /docs/ref | |
| parent | 33767d5ab6d6642b324b180a308e62312bd6c685 (diff) | |
[3.0.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.txt | 2 | ||||
| -rw-r--r-- | docs/ref/request-response.txt | 2 | ||||
| -rw-r--r-- | docs/ref/settings.txt | 2 |
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 7b20f324a0..e03bc56f89 100644 --- a/docs/ref/request-response.txt +++ b/docs/ref/request-response.txt @@ -836,7 +836,7 @@ Methods isn't supported by all browsers, so it's not a replacement for Django's CSRF protection, but rather a defense in depth measure. - .. _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 .. warning:: diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 42c0600b1c..6396a9b3ee 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -3081,7 +3081,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 |
