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 fd02745 commit a6c3896Copy full SHA for a6c3896
javascript/ql/src/semmle/javascript/security/dataflow/DomBasedXssQuery.qll
@@ -41,7 +41,7 @@ class HtmlInjectionConfiguration extends TaintTracking::Configuration {
41
}
42
43
override predicate isSanitizerEdge(DataFlow::Node pred, DataFlow::Node succ) {
44
- DomBasedXss::isOptionallySanitizedEdge(pred, succ)
+ isOptionallySanitizedEdge(pred, succ)
45
46
47
0 commit comments