mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
JS: Remove deprected use of queryAccess
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user