From 45b75470163844bba676e54b7ee138980f374bb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alvaro=20Mu=C3=B1oz?= Date: Thu, 31 Oct 2024 13:38:38 +0100 Subject: [PATCH] chore: clean up partial.ql debug query --- ql/src/Debug/partial.ql | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ql/src/Debug/partial.ql b/ql/src/Debug/partial.ql index c1578220b6b..cb8ba7873d8 100644 --- a/ql/src/Debug/partial.ql +++ b/ql/src/Debug/partial.ql @@ -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() }