We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f438282 commit 0367846Copy full SHA for 0367846
java/ql/src/Security/CWE/CWE-352/CsrfUnprotectedRequestType.qhelp
@@ -17,14 +17,6 @@
17
credentials that are automatically included in the request, then this
18
request will appear as legitimate to the server.
19
</p>
20
-
21
- <p>
22
- A common countermeasure for CSRF is to generate a unique token to be
23
- included in the HTML sent from the server to a user. This token can be
24
- used as a hidden field to be sent back with requests to the server, where
25
- the server can then check that the token is valid and associated with the
26
- relevant user session.
27
- </p>
28
</overview>
29
30
<recommendation>
0 commit comments