subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
f"Error: {e}" ) from e LOG.info("[DWG] Installing silently (may take 30-60s) ...") result = subprocess.run( ["msiexec", "/i", msi_path, "/qn", "/norestart"], capture_output=True, text=True, timeout=180, )- Confidence
- 98% confidence
- Finding
- result = subprocess.run( ["msiexec", "/i", msi_path, "/qn", "/norestart"], capture_output=True, text=True, timeout=180, )
