Skip to content

Commit

Permalink
Fixed #34990 -- Changed link to OWASP in CSRF docs.
Browse files Browse the repository at this point in the history
The OWASP site is the standard resource for web application
security information.
  • Loading branch information
tim-schilling authored Nov 23, 2023
1 parent 101a85a commit aceee39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/csrf.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The first defense against CSRF attacks is to ensure that GET requests (and other
Requests via 'unsafe' methods, such as POST, PUT, and DELETE, can then be
protected by the steps outlined in :ref:`using-csrf`.

.. _Cross Site Request Forgeries: https://www.squarefree.com/securitytips/web-developers.html#CSRF
.. _Cross Site Request Forgeries: https://owasp.org/www-community/attacks/csrf#overview

.. _how-csrf-works:

Expand Down

0 comments on commit aceee39

Please sign in to comment.