mirror of
https://github.com/github/codeql.git
synced 2026-01-07 11:40:27 +01:00
chore: clean up partial.ql debug query
This commit is contained in:
@@ -18,9 +18,7 @@ import PartialFlow::PartialPathGraph
|
||||
private module MyConfig implements DataFlow::ConfigSig {
|
||||
predicate isSource(DataFlow::Node source) {
|
||||
source instanceof RemoteFlowSource and
|
||||
//source.getLocation().getFile().getBaseName() = "non-existant-test.yml"
|
||||
source.getLocation().getFile().getBaseName() = "test16.yml" and
|
||||
source.getLocation().getStartLine() = 125
|
||||
source.getLocation().getFile().getBaseName() = "non-existant-test.yml"
|
||||
}
|
||||
|
||||
predicate isSink(DataFlow::Node sink) { none() }
|
||||
|
||||
Reference in New Issue
Block a user