Tainted flow: 'LAUNCHBASE_API_URL' from os.environ.get (line 9, credential/environment) → requests.post (network output)
Critical
- Category
- Data Flow
- Content
} try: response = requests.post( f"{LAUNCHBASE_API_URL}/v1/{service}{endpoint}", json=params, headers={- Confidence
- 88% confidence
- Finding
- response = requests.post( f"{LAUNCHBASE_API_URL}/v1/{service}{endpoint}", json=params, headers={ "Authorization": f"Bearer {api_key}",
