Tainted flow: 'url' from os.getenv (line 25, credential/environment) → requests.get (network output)
Critical
- Category
- Data Flow
- Content
return _sts_cache url = LEEWOW_API_BASE + STS_ENDPOINT resp = requests.get(url, timeout=15) resp.raise_for_status() data = resp.json() if not data.get("tmpSecretId"):- Confidence
- 89% confidence
- Finding
- resp = requests.get(url, timeout=15)
