subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
run_dir = output_root / case_id if run_dir.exists(): subprocess.run(["rm", "-rf", str(run_dir)], check=True) cmd = [ python_bin,- Confidence
- 91% confidence
- Finding
- subprocess.run(["rm", "-rf", str(run_dir)], check=True)
