Skip to content

Commit 58db922

Browse files
authored
add missing word in qhelp
1 parent 2d7c7ff commit 58db922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/Security/CWE-020/MissingOriginCheck.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ to execute arbitrary code.
2727

2828
<p>
2929
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.
30+
It is therefore not possible for a malicious user to perform an attack using an untrusted origin.
3131
</p>
3232
<sample src="examples/MissingOriginCheckGood.js" />
3333

0 commit comments

Comments
 (0)