mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user