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 4c071cd commit 276effeCopy full SHA for 276effe
rust/ql/src/queries/security/CWE-825/AccessInvalidPointer.ql
@@ -32,6 +32,8 @@ module AccessInvalidPointerConfig implements DataFlow::ConfigSig {
32
// make sinks barriers so that we only report the closest instance
33
isSink(node)
34
}
35
+
36
+ predicate observeDiffInformedIncrementalMode() { any() }
37
38
39
module AccessInvalidPointerFlow = TaintTracking::Global<AccessInvalidPointerConfig>;
0 commit comments