File tree Expand file tree Collapse file tree 2 files changed +0
-22
lines changed
python/ql/test/experimental/dataflow/exceptions Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Original file line number Diff line number Diff line change 1
- # This should cover all the syntactical constructs that we hope to support.
2
- # Headings refer to https://docs.python.org/3/reference/expressions.html,
3
- # and are selected whenever they incur dataflow.
4
- # Intended sources should be the variable `SOURCE` and intended sinks should be
5
- # arguments to the function `SINK` (see python/ql/test/experimental/dataflow/testConfig.qll).
6
- #
7
- # Functions whose name ends with "_with_local_flow" will also be tested for local flow.
8
- #
9
- # All functions starting with "test_" should run and execute `print("OK")` exactly once.
10
- # This can be checked by running validTest.py.
11
-
12
1
import sys
13
2
import os
14
3
Original file line number Diff line number Diff line change 1
- # This should cover all the syntactical constructs that we hope to support.
2
- # Headings refer to https://docs.python.org/3/reference/expressions.html,
3
- # and are selected whenever they incur dataflow.
4
- # Intended sources should be the variable `SOURCE` and intended sinks should be
5
- # arguments to the function `SINK` (see python/ql/test/experimental/dataflow/testConfig.qll).
6
- #
7
- # Functions whose name ends with "_with_local_flow" will also be tested for local flow.
8
- #
9
- # All functions starting with "test_" should run and execute `print("OK")` exactly once.
10
- # This can be checked by running validTest.py.
11
-
12
1
import sys
13
2
import os
14
3
You can’t perform that action at this time.
0 commit comments