subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
else: cmd = ["wps", filepath] subprocess.Popen(cmd, stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL) return { 'success': True,- Confidence
- 79% confidence
- Finding
- subprocess.Popen(cmd, stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
