mirror of
https://github.com/github/codeql.git
synced 2025-12-22 19:56:32 +01:00
add py/shell-command-constructed-from-input, but without a source.
It's a very direct port from Ruby, with only minor adjustments to fit the Python APIs
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import subprocess
|
||||
|
||||
def download (path):
|
||||
subprocess.run(["wget", path]) # OK
|
||||
Reference in New Issue
Block a user