Skip to content

Commit 21d42bc

Browse files
asgerfNapalys
andauthored
Update javascript/ql/test/query-tests/Security/CWE-079/ExceptionXss/exception-xss.js
Co-authored-by: Napalys Klicius <[email protected]>
1 parent dad4838 commit 21d42bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/test/query-tests/Security/CWE-079/ExceptionXss/exception-xss.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
try {
2727
unknown({ prop: foo });
2828
} catch (e) {
29-
$('myId').html(e); // $ MISSING: Alert - - but not detected due to not tainting object that have a tainted propety.
29+
$('myId').html(e); // $ MISSING: Alert - but not detected due to not tainting object that have a tainted propety.
3030
}
3131

3232
try {

0 commit comments

Comments
 (0)