Files
codeql/python/ql/test/query-tests/Security
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
..
2019-03-19 15:44:11 +01:00