subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
env["PASS_END"] = p["passEnd"] env["PASS_MAX"] = p["passMax"] try: subprocess.run(cmd, shell=True, cwd=str(run_dir), env=env, timeout=timeout) except Exception: pass- Confidence
- 99% confidence
- Finding
- subprocess.run(cmd, shell=True, cwd=str(run_dir), env=env, timeout=timeout)
