Tainted flow: 'req' from os.environ.get (line 636, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
'User-Agent': 'Mozilla/5.0 (compatible; LinkBrain/4.0)', 'Accept': 'text/html,application/xhtml+xml,text/plain', }) with urllib.request.urlopen(req, timeout=15) as resp: content_type = resp.headers.get('Content-Type', '') charset = 'utf-8' if 'charset=' in content_type:- Confidence
- 95% confidence
- Finding
- with urllib.request.urlopen(req, timeout=15) as resp:
