Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb33c9 commit 0b641c5Copy full SHA for 0b641c5
2 files changed
python/ql/test/experimental/dataflow/strange-essaflow/testFlow.expected
@@ -2,4 +2,6 @@ os_import
2
| test.py:2:8:2:9 | GSSA Variable os |
3
flowstep
4
jumpStep
5
+| test.py:2:8:2:9 | GSSA Variable os | file://:0:0:0:0 | ModuleVariableNode for Global Variable os in Module test |
6
essaFlowStep
7
python/ql/test/experimental/dataflow/typetracking/test.py
@@ -42,7 +42,7 @@ def write_g(x): # $tracked
42
g = x # $tracked
43
44
def use_g():
45
- do_stuff(g) # $f-:tracked // no global flow for now.
+ do_stuff(g) # $tracked
46
47
def global_var_write_test():
48
x = tracked # $tracked
0 commit comments