Skip to content

Commit a6c3896

Browse files
committed
JS: Fix DomBasedXssQuery.qll
1 parent fd02745 commit a6c3896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/security/dataflow/DomBasedXssQuery.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class HtmlInjectionConfiguration extends TaintTracking::Configuration {
4141
}
4242

4343
override predicate isSanitizerEdge(DataFlow::Node pred, DataFlow::Node succ) {
44-
DomBasedXss::isOptionallySanitizedEdge(pred, succ)
44+
isOptionallySanitizedEdge(pred, succ)
4545
}
4646
}
4747

0 commit comments

Comments
 (0)