Tainted flow: 'req' from os.environ.get (line 61, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
req = request.Request(url, data=body, headers=headers, method=method) try: with request.urlopen(req, timeout=_timeout_seconds()) as response: content = response.read() content_type = response.headers.get("Content-Type", "") return content, content_type- Confidence
- 90% confidence
- Finding
- Credentials or environment variables flow to a network sink. This is a high-confidence indicator of credential exfiltration.
