QuackatronHQ / Gigarepo

Audit: Starting a process with a partial executable path BAN-B607
Security
Minor
a month ago2 years old
Starting a process with a partial executable path
109    os.tempnam("dir1")
110    subprocess.Popen("/bin/chown *", shell=True)
111    o.system("/bin/tar xvzf *")
112    subprocess.run(["clear"])113
114
115def bad_isinstance(initial_condition, object, other_obj, foo, bar, baz):