Tainted flow: 'req' from os.environ.get (line 194, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
headers=headers, method=method.upper() ) with request.urlopen(req) as response: charset = response.headers.get_content_charset() or "utf-8" return response.read().decode(charset, errors="replace") except HTTPError as e:- Confidence
- 96% confidence
- Finding
- with request.urlopen(req) as response:
