subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
.replace("{out_path}", str(out_path)) ) try: result = subprocess.run(cmd, shell=True, check=False, timeout=timeout) except Exception: return False- Confidence
- 98% confidence
- Finding
- result = subprocess.run(cmd, shell=True, check=False, timeout=timeout)
