mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
Python: Remove points-to from Expr
This commit is contained in:
@@ -12,9 +12,10 @@
|
||||
*/
|
||||
|
||||
import python
|
||||
private import LegacyPointsTo
|
||||
import semmle.python.strings
|
||||
|
||||
from Expr e, ClassValue t
|
||||
from ExprWithPointsTo e, ClassValue t
|
||||
where
|
||||
exists(BinaryExpr b |
|
||||
b.getOp() instanceof Mod and
|
||||
|
||||
Reference in New Issue
Block a user