chore: clean up partial.ql debug query

This commit is contained in:
Alvaro Muñoz
2024-10-31 13:38:38 +01:00
parent 0211902116
commit 45b7547016

View File

@@ -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() }