eval() call detected
High
- Category
- Dangerous Code Execution
- Content
'duration': float(data.get('format', {}).get('duration', 0)), 'width': int(video_stream.get('width', 0)), 'height': int(video_stream.get('height', 0)), 'fps': eval(video_stream.get('r_frame_rate', '0/1')) } return info- Confidence
- 99% confidence
- Finding
- 'fps': eval(video_stream.get('r_frame_rate', '0/1'))
