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

Co-authored-by: Napalys Klicius <napalys@github.com>
This commit is contained in:
Asger F
2025-03-10 14:19:01 +01:00
committed by GitHub
parent dad4838d3b
commit 21d42bcd21

View File

@@ -26,7 +26,7 @@
try {
unknown({ prop: foo });
} catch (e) {
$('myId').html(e); // $ MISSING: Alert - - but not detected due to not tainting object that have a tainted propety.
$('myId').html(e); // $ MISSING: Alert - but not detected due to not tainting object that have a tainted propety.
}
try {