subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
f.write(f"file '{safe_path}'\n") try: result = subprocess.run( [ 'ffmpeg', '-y', '-f', 'concat', '-safe', '0', '-i', concat_list_path,- Confidence
- 88% confidence
- Finding
- result = subprocess.run( [ 'ffmpeg', '-y', '-f', 'concat', '-safe', '0', '-i', concat_list_path,
