subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
f.write(f"file '{body_path.resolve()}'\n") list_path = Path(f.name) try: proc = subprocess.run( [ffmpeg, "-y", "-f", "concat", "-safe", "0", "-i", str(list_path), "-c", "copy", "-movflags", "+faststart", str(out_path)],- Confidence
- 85% confidence
- Finding
- proc = subprocess.run( [ffmpeg, "-y", "-f", "concat", "-safe", "0", "-i", str(list_path), "-c", "copy", "-movflags", "+faststart", str(out_path)],
