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