mirror of
https://github.com/github/codeql.git
synced 2026-05-01 19:55:15 +02:00
add library inputs as a source, and get minimal test to work
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import os
|
||||
import subprocess
|
||||
|
||||
def unsafe_shell_one(name):
|
||||
os.system("ping " + name) # $result=BAD
|
||||
Reference in New Issue
Block a user