subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
} try: proc = subprocess.run( ["python", "-m", "pytest", str(test_file), "-v", "--tb=short"], capture_output=True, text=True,- Confidence
- 96% confidence
- Finding
- proc = subprocess.run( ["python", "-m", "pytest", str(test_file), "-v", "--tb=short"], capture_output=True, text=True, timeout=60 )
