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 2d7c7ff commit 58db922Copy full SHA for 58db922
javascript/ql/src/Security/CWE-020/MissingOriginCheck.qhelp
@@ -27,7 +27,7 @@ to execute arbitrary code.
27
28
<p>
29
The example is fixed below, where the origin is checked to be trusted.
30
-It is therefore not possible for a malicious user to attack using an untrusted origin.
+It is therefore not possible for a malicious user to perform an attack using an untrusted origin.
31
</p>
32
<sample src="examples/MissingOriginCheckGood.js" />
33
0 commit comments