mirror of
https://github.com/github/codeql.git
synced 2026-01-03 17:50:19 +01:00
4 lines
125 B
Python
4 lines
125 B
Python
import os
|
|
|
|
def unsafe_setup(name):
|
|
os.system("ping " + name) # $result=OK - this is inside a setyp script, so it's fine. |