Tainted flow: 'req' from os.environ.get (line 129, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
) try: with urllib_request.urlopen(req, timeout=TIMEOUT_SECONDS) as resp: raw_body = resp.read().decode("utf-8", errors="replace") except urllib_error.HTTPError as exc: err_body = exc.read().decode("utf-8", errors="replace") if exc.fp else ""- Confidence
- 90% confidence
- Finding
- Credentials or environment variables flow to a network sink. This is a high-confidence indicator of credential exfiltration.
