JS: UriLibraryStep

This commit is contained in:
Asger Feldthaus
2020-03-28 10:40:03 +00:00
parent dbb8aaeb0b
commit 4746670ac6
4 changed files with 143 additions and 151 deletions

View File

@@ -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