subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
voice=shlex.quote(voice), rate=shlex.quote(rate), ) result = subprocess.run(cmd_str, shell=True, capture_output=True, text=True) else: tts_path = _detect_tts() cmd = [- Confidence
- 99% confidence
- Finding
- result = subprocess.run(cmd_str, shell=True, capture_output=True, text=True)
