We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0211902 commit 45b7547Copy full SHA for 45b7547
ql/src/Debug/partial.ql
@@ -18,9 +18,7 @@ import PartialFlow::PartialPathGraph
18
private module MyConfig implements DataFlow::ConfigSig {
19
predicate isSource(DataFlow::Node source) {
20
source instanceof RemoteFlowSource and
21
- //source.getLocation().getFile().getBaseName() = "non-existant-test.yml"
22
- source.getLocation().getFile().getBaseName() = "test16.yml" and
23
- source.getLocation().getStartLine() = 125
+ source.getLocation().getFile().getBaseName() = "non-existant-test.yml"
24
}
25
26
predicate isSink(DataFlow::Node sink) { none() }
0 commit comments