mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +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. |