Files
codeql/python/ql/test/query-tests
Rasmus Wriedt Larsen 4adc26eb62 Python: Fix command injection example code
`subprocess.Popen(["ls", "-la"], shell=True)` correspond to running `sh -c "ls" -la`

So it doesn't follow the pattern of the rest of the test file.
2020-09-30 13:38:37 +02:00
..
2020-06-19 20:15:01 +02:00
2020-05-25 09:00:34 +02:00
2019-05-01 13:16:40 +02:00