Tainted flow: 'req' from os.environ.get (line 189, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
data=payload, headers={"Content-Type": "application/json"}, ) with urllib.request.urlopen(req, timeout=CLASSIFICATION_TIMEOUT) as resp: result = json.loads(resp.read()) response_text = result.get("response", "").strip()- Confidence
- 97% confidence
- Finding
- with urllib.request.urlopen(req, timeout=CLASSIFICATION_TIMEOUT) as resp:
