Tainted flow: 'req' from os.environ.get (line 164, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
try: req = urllib.request.Request(url, headers={"User-Agent": "OpenClaw-Sticker/1.0"}) with urllib.request.urlopen(req, timeout=15, context=_ssl_context()) as resp: dest_file.write_bytes(resp.read()) except Exception as e: print(f"Download failed: {e}", file=sys.stderr)- Confidence
- 95% confidence
- Finding
- with urllib.request.urlopen(req, timeout=15, context=_ssl_context()) as resp:
