Tainted flow: 'headers' from os.getenv (line 37, credential/environment) → requests.get (network output)
Critical
- Category
- Data Flow
- Content
} try: response = requests.get(url, headers=headers, params=querystring, timeout=10) response.raise_for_status() data = response.json()- Confidence
- 90% confidence
- Finding
- Credentials or environment variables flow to a network sink. This is a high-confidence indicator of credential exfiltration.
