Tainted flow: 'piper_bin' from os.environ.get (line 41, credential/environment) → subprocess.run (code execution)
Medium
- Category
- Data Flow
- Content
path.unlink() try: subprocess.run( [str(piper_bin), "--model", str(model_path), "--output_file", str(wav_path)], input=text.encode("utf-8"), capture_output=True,- Confidence
- 81% confidence
- Finding
- subprocess.run( [str(piper_bin), "--model", str(model_path), "--output_file", str(wav_path)], input=text.encode("utf-8"), capture_output=True, t
