Tainted flow: 'API_BASE' from os.environ.get (line 28, credential/environment) → requests.post (network output)
Critical
- Category
- Data Flow
- Content
start = time.time() try: resp = requests.post( API_BASE, headers={ "Authorization": f"Bearer {API_KEY}",- Confidence
- 94% confidence
- Finding
- resp = requests.post( API_BASE, headers={ "Authorization": f"Bearer {API_KEY}", "Content-Type": "application/json", },
