mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Python: Break-up internal object modules.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
import python
|
||||
import semmle.python.pointsto.PointsTo2
|
||||
import semmle.python.objects.TObject
|
||||
import semmle.python.objects.ObjectInternal
|
||||
|
||||
from ControlFlowNode f, ObjectInternal obj, ControlFlowNode orig
|
||||
where exists(ExprStmt s | s.getValue().getAFlowNode() = f) and
|
||||
|
||||
Reference in New Issue
Block a user