Tainted flow: 'req' from os.environ.get (line 367, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
}, method="POST", ) with urllib.request.urlopen(req, timeout=20) as resp: raw = json.loads(resp.read().decode("utf-8")) content = raw["choices"][0]["message"]["content"]- Confidence
- 97% confidence
- Finding
- with urllib.request.urlopen(req, timeout=20) as resp:
