We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
typetracking-summaries
1 parent 00f2a6a commit 6babb2fCopy full SHA for 6babb2f
python/ql/test/experimental/dataflow/typetracking-summaries/summaries.py
@@ -41,8 +41,8 @@ def explicit_identity(x):
41
tms # $ MISSING: tracked
42
43
another_tainted_list = TTS_append_to_list([], tracked) # $ tracked
44
-atl = another_tainted_list[0]
45
-atl # $ MISSING: tracked
+atl = another_tainted_list[0] # $ tracked
+atl # $ tracked
46
47
# This will not work, as the call is not found by `getACallSimple`.
48
from json import loads as json_loads
0 commit comments