Tainted flow: 'req' from os.environ.get (line 101, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
method="POST", ) resp = urllib.request.urlopen(req, timeout=60) body = json.loads(resp.read().decode("utf-8")) # Extract content from OpenAI-compatible response- Confidence
- 96% confidence
- Finding
- resp = urllib.request.urlopen(req, timeout=60)
