Tainted flow: 'req' from os.environ.get (line 509, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
) try: with urllib.request.urlopen(req, timeout=15) as response: data = json.loads(response.read().decode()) except (urllib.error.URLError, json.JSONDecodeError) as e: print(f" ⚠️ Exa query failed: {e}")- Confidence
- 95% confidence
- Finding
- with urllib.request.urlopen(req, timeout=15) as response:
