subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
# Delete source try: if os.name == "nt": subprocess.run( ["rmdir", "/s", "/q", str(source_path)], shell=True, capture_output=True,- Confidence
- 98% confidence
- Finding
- subprocess.run( ["rmdir", "/s", "/q", str(source_path)], shell=True, capture_output=True, timeout=300,
