Skip to content

Commit d8a9eac

Browse files
committed
Python: Remove TODO comment for popen2 module
1 parent 6c4fd7c commit d8a9eac

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

python/ql/test/experimental/query-tests/Security-new-dataflow/CWE-078/command_injection.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,3 @@ def not_into_sink_impl():
5555
subprocess.call(command)
5656
subprocess.check_call(command)
5757
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

Comments
 (0)