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