Tainted flow: 'req' from os.environ.get (line 41, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
req.add_header("Authorization", f"Basic {auth}") try: with urllib.request.urlopen(req, timeout=30) as resp: raw = resp.read().decode("utf-8") except urllib.error.HTTPError as e: txt = e.read().decode("utf-8", errors="replace")- Confidence
- 95% confidence
- Finding
- with urllib.request.urlopen(req, timeout=30) as resp:
