mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
Java: remove token section from qhelp overview
discussing tokens is not directly relevant to this query's recommendation and examples
This commit is contained in:
@@ -17,14 +17,6 @@
|
||||
credentials that are automatically included in the request, then this
|
||||
request will appear as legitimate to the server.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
A common countermeasure for CSRF is to generate a unique token to be
|
||||
included in the HTML sent from the server to a user. This token can be
|
||||
used as a hidden field to be sent back with requests to the server, where
|
||||
the server can then check that the token is valid and associated with the
|
||||
relevant user session.
|
||||
</p>
|
||||
</overview>
|
||||
|
||||
<recommendation>
|
||||
|
||||
Reference in New Issue
Block a user