Tainted flow: 'req' from os.environ.get (line 81, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
headers={"Content-Type": f"multipart/form-data; boundary={boundary}"}, ) try: with urlopen(req, timeout=120) as res: if res.status < 200 or res.status >= 300: return { "ok": False,- Confidence
- 90% confidence
- Finding
- with urlopen(req, timeout=120) as res:
