Tainted flow: 'token' from os.getenv (line 100, credential/environment) → requests.post (network output)
Critical
- Category
- Data Flow
- Content
else: api_key, secret_key = pick_oauth_credentials() token = get_access_token(api_key, secret_key) resp = requests.post(f"{api_url}?access_token={token}", headers=headers, data=data, timeout=30) resp.raise_for_status() result = resp.json()- Confidence
- 93% confidence
- Finding
- resp = requests.post(f"{api_url}?access_token={token}", headers=headers, data=data, timeout=30)
