Python: Remove points-to from Expr

This commit is contained in:
Taus
2025-10-30 11:52:39 +00:00
parent b434ce460e
commit b93ce98612
35 changed files with 164 additions and 119 deletions

View File

@@ -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