Tainted flow: 'req' from os.environ.get (line 212, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
}) try: with urllib.request.urlopen(req, timeout=300) as resp: return json.loads(resp.read()) except urllib.error.HTTPError as e: error_body = e.read().decode() if e.fp else ""- Confidence
- 91% confidence
- Finding
- with urllib.request.urlopen(req, timeout=300) as resp:
