deepsourcestatus / test-repository

Audit required: Server hostname may not be verified PTC-W6002
Security
Major
8 months ago8 months old
Unverified server hostname. Please use context.check_hostname = True to set up hostname validation.
105
106
107def tar_something():
108    context = ssl._create_stdlib_context()109    os.tempnam("dir1")
110    subprocess.Popen("/bin/chown *", shell=True)
111    o.system("/bin/tar xvzf *")