Tainted flow: 'STEPFUN_EDIT_URL' from os.getenv (line 25, credential/environment) → requests.post (network output)
Critical
- Category
- Data Flow
- Content
} try: resp = requests.post(STEPFUN_EDIT_URL, json=payload, headers=headers, timeout=120) resp.raise_for_status() data = resp.json()- Confidence
- 95% confidence
- Finding
- resp = requests.post(STEPFUN_EDIT_URL, json=payload, headers=headers, timeout=120)
