mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Python/UnsafeUnpackQuery
python/ql/src/experimental/Security/CWE-022bis/UnsafeUnpack.ql
This commit is contained in:
@@ -210,8 +210,6 @@ module UnsafeUnpackConfig implements DataFlow::ConfigSig {
|
|||||||
}
|
}
|
||||||
|
|
||||||
predicate observeDiffInformedIncrementalMode() { any() }
|
predicate observeDiffInformedIncrementalMode() { any() }
|
||||||
|
|
||||||
Location getASelectedSourceLocation(DataFlow::Node sink) { none() }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Global taint-tracking for detecting "UnsafeUnpacking" vulnerabilities. */
|
/** Global taint-tracking for detecting "UnsafeUnpacking" vulnerabilities. */
|
||||||
|
|||||||
Reference in New Issue
Block a user