Tainted flow: 'req' from os.environ.get (line 34, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
headers={"Content-Type": "application/json"}, ) try: with urllib.request.urlopen(req, timeout=120) as resp: return json.loads(resp.read().decode()) except urllib.error.HTTPError as e: body = e.read().decode()- Confidence
- 95% confidence
- Finding
- with urllib.request.urlopen(req, timeout=120) as resp:
