Tainted flow: 'req' from os.getenv (line 26, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
try: req = urllib.request.Request(url, headers=headers) with urllib.request.urlopen(req) as response: if response.status == 200: data = json.loads(response.read().decode()) results = []- Confidence
- 90% confidence
- Finding
- Credentials or environment variables flow to a network sink. This is a high-confidence indicator of credential exfiltration.
