Actions/CompositeActionsSinks

Same file uses source as endpoint
This commit is contained in:
Nora Dimitrijević
2025-10-08 13:26:05 +02:00
parent bb10307303
commit d36b721513

View File

@@ -26,8 +26,6 @@ private module MyConfig implements DataFlow::ConfigSig {
}
predicate observeDiffInformedIncrementalMode() { any() }
Location getASelectedSourceLocation(DataFlow::Node sink) { none() }
}
module MyFlow = TaintTracking::Global<MyConfig>;