Tainted flow: 'req' from os.getenv (line 549, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
"Pragma": "no-cache", }, ) with urllib.request.urlopen(req, timeout=12) as resp: html_text = resp.read().decode("utf-8", errors="ignore") except Exception: return ""- Confidence
- 88% confidence
- Finding
- with urllib.request.urlopen(req, timeout=12) as resp:
