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 5f78bbb commit c65d1d9Copy full SHA for c65d1d9
ruby/ql/src/queries/security/cwe-352/CSRFProtectionDisabled.qhelp
@@ -6,7 +6,7 @@
6
<overview>
7
<p>
8
Cross-site request forgery (CSRF) is a type of vulnerability in which an
9
- attacker is able to force a user carry out an action that the user did
+ attacker is able to force a user carry out an action that the user did
10
not intend. This may allow the attacker to perform actions on behalf of
11
the targeted user.
12
</p>
@@ -40,7 +40,7 @@
40
41
<example>
42
43
- The following example shows a case where forgery protection is disabled by
+ The following example shows a case where CSRF protection is disabled by
44
skipping token verification.
45
46
0 commit comments