mirror of
https://github.com/github/codeql.git
synced 2026-07-21 11:18:20 +02:00
[DIFF-INFORMED] Rust: AccessInvalidPointer
This commit is contained in:
@@ -32,6 +32,8 @@ module AccessInvalidPointerConfig implements DataFlow::ConfigSig {
|
||||
// make sinks barriers so that we only report the closest instance
|
||||
isSink(node)
|
||||
}
|
||||
|
||||
predicate observeDiffInformedIncrementalMode() { any() }
|
||||
}
|
||||
|
||||
module AccessInvalidPointerFlow = TaintTracking::Global<AccessInvalidPointerConfig>;
|
||||
|
||||
Reference in New Issue
Block a user