C++: mass-add none() location overrides

This commit is contained in:
Nora Dimitrijević
2025-06-13 15:20:32 +02:00
parent 17cd58bd3c
commit 2316b8cf89

View File

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