We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad4838 commit 21d42bcCopy full SHA for 21d42bc
javascript/ql/test/query-tests/Security/CWE-079/ExceptionXss/exception-xss.js
@@ -26,7 +26,7 @@
26
try {
27
unknown({ prop: foo });
28
} catch (e) {
29
- $('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.
30
}
31
32
0 commit comments