mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
@@ -469,6 +469,9 @@ module DOM {
|
||||
t.start() and
|
||||
result = locationSource()
|
||||
or
|
||||
t.startInProp("location") and
|
||||
result = [DataFlow::globalObjectRef(), documentSource()]
|
||||
or
|
||||
exists(DataFlow::TypeTracker t2 | result = locationRef(t2).track(t2, t))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user