Tainted flow: 'video_url' from os.getenv (line 337, credential/environment) → requests.get (network output)
Critical
- Category
- Data Flow
- Content
if not video_url: raise ValueError("No video URL in response") response = requests.get(video_url, stream=True) response.raise_for_status() os.makedirs(os.path.dirname(output_path), exist_ok=True)- Confidence
- 84% confidence
- Finding
- response = requests.get(video_url, stream=True)
