Tainted flow: 'req' from os.environ.get (line 163, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
ctx.verify_mode = ssl.CERT_NONE try: with urllib.request.urlopen(req, context=ctx, timeout=30) as resp: return resp.status == 200 except urllib.error.HTTPError as e: print(f"API error: {e.code} {e.reason}", file=sys.stderr)- Confidence
- 99% confidence
- Finding
- with urllib.request.urlopen(req, context=ctx, timeout=30) as resp:
