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 21d42bc commit 92dfdc8Copy full SHA for 92dfdc8
javascript/ql/test/query-tests/Security/CWE-116/IncompleteSanitization/UnsafeHtmlExpansion.js
@@ -32,7 +32,7 @@
32
function getExpanded() {
33
return expanded;
34
}
35
- html.replace(defaultPattern, getExpanded()); // MISSING: Alert - not tracking the expansion string
+ html.replace(defaultPattern, getExpanded()); // $ MISSING: Alert - not tracking the expansion string
36
html.replace(defaultPattern, something); // OK - possibly
37
defaultPattern.match(something); // OK - possibly
38
getPattern().match(something); // OK - possibly
0 commit comments