subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
return try: subprocess.run( ["bash", str(script)], stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL,- Confidence
- 97% confidence
- Finding
- subprocess.run( ["bash", str(script)], stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL, timeout=180, check=False, )
