subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
"--output_dir", str(transcripts_dir), ] subprocess.run(cmd, check=True) if not expected.exists(): raise FileNotFoundError(f"Whisper did not produce expected transcript: {expected}") return expected- Confidence
- 70% confidence
- Finding
- subprocess.run(cmd, check=True)
