mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Python points-to: Fix up module attributes and classmethods.
This commit is contained in:
@@ -1 +0,0 @@
|
||||
fail
|
||||
@@ -1,9 +0,0 @@
|
||||
import python
|
||||
|
||||
private import semmle.python.objects.ObjectInternal
|
||||
private import semmle.python.pointsto.PointsTo2
|
||||
|
||||
from ClassObjectInternal cls, ControlFlowNode f
|
||||
where cls.introduced(f, _)
|
||||
select cls.getName(), f
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
|
||||
|
||||
class Foo(object):
|
||||
pass
|
||||
|
||||
class Bar(object):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user