Tainted flow: 'req' from os.environ.get (line 224, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
}, data=b"{}", ) with urllib.request.urlopen(req, timeout=10) as resp: data = json.loads(resp.read().decode("utf-8")) if data.get("valid", False): result = {"valid": True, "tier": _prefix_to_tier(api_key)}- Confidence
- 95% confidence
- Finding
- with urllib.request.urlopen(req, timeout=10) as resp:
