Tainted flow: 'request' from os.environ.get (line 62, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
}, ) try: with urllib.request.urlopen(request, timeout=180) as response: return json.loads(response.read().decode("utf-8")) except urllib.error.HTTPError as exc: raw = exc.read().decode("utf-8", "replace")- Confidence
- 91% confidence
- Finding
- with urllib.request.urlopen(request, timeout=180) as response:
