Files
codeql/python/ql/test/experimental
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-07-24 00:57:19 +05:30

This directory contains tests for experimental CodeQL queries and libraries.