mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
V3
This commit is contained in:
@@ -18,8 +18,7 @@ class Configuration extends TaintTracking::Configuration {
|
||||
|
||||
override predicate isSource(DataFlow::Node source) { source instanceof Source }
|
||||
|
||||
override predicate isSink(DataFlow::Node sink) { sink instanceof Sink and
|
||||
sink.getFile().getLocation().toString().matches("%script%") }
|
||||
override predicate isSink(DataFlow::Node sink) { sink instanceof Sink }
|
||||
|
||||
override predicate isSanitizer(DataFlow::Node node) {
|
||||
super.isSanitizer(node) or
|
||||
|
||||
Reference in New Issue
Block a user