We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f8fe1d commit f103293Copy full SHA for f103293
rust/ql/src/queries/security/CWE-770/UncontrolledAllocationSize.ql
@@ -32,6 +32,8 @@ module UncontrolledAllocationConfig implements DataFlow::ConfigSig {
32
predicate isSink(DataFlow::Node sink) { sink instanceof Sink }
33
34
predicate isBarrier(DataFlow::Node barrier) { barrier instanceof Barrier }
35
+
36
+ predicate observeDiffInformedIncrementalMode() { any() }
37
}
38
39
module UncontrolledAllocationFlow = TaintTracking::Global<UncontrolledAllocationConfig>;
0 commit comments