mirror of
https://github.com/github/codeql.git
synced 2026-05-04 21:25:44 +02:00
JS: UriLibraryStep
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import javascript
|
||||
|
||||
from UriLibraryStep step, DataFlow::Node pred, DataFlow::Node succ
|
||||
where step.step(pred, succ)
|
||||
from DataFlow::Node pred, DataFlow::Node succ
|
||||
where TaintTracking::uriStep(pred, succ)
|
||||
select pred, succ
|
||||
|
||||
Reference in New Issue
Block a user