Skip to content

Commit 7a1d068

Browse files
asgerfmchammer01
andauthored
Update javascript/ql/src/Security/CWE-400/PrototypePollutionUtility.qhelp
Co-Authored-By: mc <42146119+mchammer01@users.noreply.github.com>
1 parent 2245882 commit 7a1d068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/Security/CWE-400/PrototypePollutionUtility.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
<p>
4444
However, if <code>src</code> is the object <code>{"__proto__": {"isAdmin": true}}</code>,
45-
it will inject the property <code>isAdmin: true</code> in in <code>Object.prototype</code>.
45+
it will inject the property <code>isAdmin: true</code> in <code>Object.prototype</code>.
4646
</p>
4747

4848
<p>

0 commit comments

Comments
 (0)