Tainted flow: 'headers' from os.getenv (line 91, credential/environment) → requests.get (network output)
Critical
- Category
- Data Flow
- Content
print(f"URL: {url}", file=sys.stderr) print(f"Params: {params}", file=sys.stderr) response = requests.get(url, params=params, headers=headers, timeout=60) if debug: print(f"状态码: {response.status_code}", file=sys.stderr)- Confidence
- 90% confidence
- Finding
- Credentials or environment variables flow to a network sink. This is a high-confidence indicator of credential exfiltration.
