We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c4fd7c commit d8a9eacCopy full SHA for d8a9eac
python/ql/test/experimental/query-tests/Security-new-dataflow/CWE-078/command_injection.py
@@ -55,7 +55,3 @@ def not_into_sink_impl():
55
subprocess.call(command)
56
subprocess.check_call(command)
57
subprocess.run(command)
58
-
59
60
-# TODO: popen2 module for Python 2 only https://devdocs.io/python~2.7/library/popen2
61
-# (deprecated since Python 2.6, but still functional in Python 2.7.17)
0 commit comments