Tainted flow: 'TOP_HOLDERS_URL' from os.getenv (line 20, credential/environment) → requests.post (network output)
Critical
- Category
- Data Flow
- Content
payload["fiscalYear"] = fiscal_year try: r = requests.post(TOP_HOLDERS_URL, headers=headers, json=payload, timeout=120) if r.status_code != 200: return pd.DataFrame() body = r.json()- Confidence
- 94% confidence
- Finding
- r = requests.post(TOP_HOLDERS_URL, headers=headers, json=payload, timeout=120)
