Tainted flow: 'req' from os.environ.get (line 67, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
headers={"Content-Type": "application/json"}, method="POST", ) with urllib.request.urlopen(req, timeout=30) as resp: return json.loads(resp.read().decode("utf-8"))- Confidence
- 92% confidence
- Finding
- with urllib.request.urlopen(req, timeout=30) as resp:
