Tainted flow: 'req' from os.environ.get (line 47, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
"Accept": accept, }) try: with urllib.request.urlopen(req) as resp: return json.loads(resp.read()) except urllib.error.HTTPError as e: print(f"HTTP {e.code}: {e.reason}", 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.
