Tainted flow: 'headers' from os.getenv (line 194, credential/environment) → requests.post (network output)
Critical
- Category
- Data Flow
- Content
} try: resp = requests.post(url, headers=headers, json=data) resp.raise_for_status() print("Bubble registered successfully:", resp.json()) except Exception as e:- Confidence
- 99% confidence
- Finding
- resp = requests.post(url, headers=headers, json=data)
