subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
def _probe(path): result = subprocess.run( [ "ffprobe", "-v", "error", "-select_streams", "v:0", "-show_entries", "stream=width,height:format=duration", "-of", "json", str(path),- Confidence
- 70% confidence
- Finding
- result = subprocess.run( [ "ffprobe", "-v", "error", "-select_streams", "v:0", "-show_entries", "stream=width,height:format=duration", "-of", "json", str(path),
