We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dda32ab commit c724b17Copy full SHA for c724b17
1 file changed
python/ql/test/library-tests/PointsTo/regressions/missing/if-urlsplit-access/test.py
@@ -14,4 +14,4 @@ def func(url):
14
return # using `pass` here instead makes points-to work
15
16
foo = 2
17
- check(foo) # no points-to information
+ check(foo) # Points-to was missing here. Fixed by https://github.com/Semmle/ql/pull/2922
0 commit comments