Tainted flow: 'download_url' from open (line 153, file read) → urllib.request.urlopen (network output)
High
- Category
- Data Flow
- Content
except (json.JSONDecodeError, UnicodeDecodeError) as e: return None, f"invalid asset json: {e}" try: with urllib.request.urlopen(download_url, timeout=120) as resp: data = resp.read() if not mime: mime = resp.headers.get("Content-Type", "")- Confidence
- 93% confidence
- Finding
- with urllib.request.urlopen(download_url, timeout=120) as resp:
