Ruby: mass enable diff-informed data flow

This commit is contained in:
Asger F
2024-12-20 10:10:29 +01:00
parent 498bfd2160
commit 4dc632f742
52 changed files with 159 additions and 0 deletions

View File

@@ -39,6 +39,8 @@ private module DecompressionApiConfig implements DataFlow::ConfigSig {
// our Decompression APIs defined above will be the sinks we use for this query
predicate isSink(DataFlow::Node sink) { sink instanceof DecompressionApiUse }
predicate observeDiffInformedIncrementalMode() { any() }
}
private module DecompressionApiFlow = TaintTracking::Global<DecompressionApiConfig>;