Tainted flow: 'req' from os.environ.get (line 288, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
}, method="POST" ) resp = urllib.request.urlopen(req, timeout=60) result = json.loads(resp.read()) text = result["content"][0]["text"].strip()- Confidence
- 93% confidence
- Finding
- resp = urllib.request.urlopen(req, timeout=60)
