JS: Remove deprected use of queryAccess

This commit is contained in:
Asger Feldthaus
2021-03-13 10:46:05 +00:00
parent ff1326cc7b
commit a76be91481

View File

@@ -43,7 +43,7 @@ module ClientSideUrlRedirect {
override predicate isAdditionalFlowStep(
DataFlow::Node pred, DataFlow::Node succ, DataFlow::FlowLabel f, DataFlow::FlowLabel g
) {
queryAccess(pred, succ) and
untrustedUrlSubstring(pred, succ) and
f instanceof DocumentUrl and
g.isTaint()
or