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