mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
Python points-to: Update 'analysis' query test results.
This commit is contained in:
@@ -8,11 +8,12 @@
|
||||
*/
|
||||
|
||||
import python
|
||||
import semmle.python.pointsto.PointsTo
|
||||
|
||||
predicate points_to_failure(Expr e) {
|
||||
exists(ControlFlowNode f |
|
||||
exists(ControlFlowNode f |
|
||||
f = e.getAFlowNode() |
|
||||
not exists(f.pointsTo())
|
||||
not PointsTo::pointsTo(f, _, _, _)
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user