C++/WordexpTainted

Same file usees source and sink as endpoints
This commit is contained in:
Nora Dimitrijević
2025-10-08 13:36:15 +02:00
parent 5a1a887fd2
commit ad31f1ab6d

View File

@@ -50,8 +50,6 @@ module WordexpTaintConfig implements DataFlow::ConfigSig {
}
predicate observeDiffInformedIncrementalMode() { any() }
Location getASelectedSourceLocation(DataFlow::Node source) { none() }
}
module WordexpTaint = TaintTracking::Global<WordexpTaintConfig>;