Tainted flow: 'req' from os.environ.get (line 249, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
req.add_header("User-Agent", "Mozilla/5.0") try: with urllib.request.urlopen(req, timeout=120) as resp: body = resp.read().decode() result = _json.loads(body) url = result.get("url", "")- Confidence
- 93% confidence
- Finding
- with urllib.request.urlopen(req, timeout=120) as resp:
