Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 15a7ac3

Browse files
committed
Python: update failed inference query to use latest points-to.
1 parent dfc0a80 commit 15a7ac3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python/ql/src/analysis/FailedInference.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
import python
33
import semmle.python.pointsto.PointsTo
44

5-
from ClassObject cls, string reason
5+
from ClassValue cls, string reason
66

77
where
8-
PointsTo::Types::failed_inference(cls, reason)
8+
Types::failedInference(cls, reason)
99

1010
select cls, reason
1111

0 commit comments

Comments
 (0)