Actions/ReusableWorkflowsSinks

Same file uses source as endpoint
This commit is contained in:
Nora Dimitrijević
2025-10-08 13:29:46 +02:00
parent 9c24ce0650
commit a972ef7e31

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>;