subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
if cmd: try: import subprocess subprocess.run([cmd, "-f", str(target_dir)], check=False) break except Exception: pass- Confidence
- 93% confidence
- Finding
- subprocess.run([cmd, "-f", str(target_dir)], check=False)
