You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IMPORTANT: Remember that Cross-Site Scripting (XSS) can defeat all CSRF mitigation techniques!
It can imply a corollary that CSRF mitigations are unnecessary in the presence of XSS protections, which isn't what we want.
How should this be resolved?
Proposing instead:
While Cross-Site Scripting (XSS) vulnerabilities can bypass CSRF protections, CSRF tokens are still essential for web applications that rely on cookies for authentication. Consider the client and authentication method to determine the best approach for CSRF protection in your application.
The text was updated successfully, but these errors were encountered:
cronchie
added
ACK_WAITING
Issue waiting acknowledgement from core team before to start the work to fix it.
HELP_WANTED
Issue for which help is wanted to do the job.
UPDATE_CS
Issue about the update/refactoring of a existing cheat sheet.
labels
Nov 7, 2024
mackowski
added
ACK_OBTAINED
Issue acknowledged from core team so work can be done to fix it.
and removed
ACK_WAITING
Issue waiting acknowledgement from core team before to start the work to fix it.
labels
Nov 12, 2024
What is missing or needs to be updated?
This sentence is correct but misleading:
It can imply a corollary that CSRF mitigations are unnecessary in the presence of XSS protections, which isn't what we want.
How should this be resolved?
Proposing instead:
The text was updated successfully, but these errors were encountered: