Tainted flow: 'gateway_url' from os.environ.get (line 31, credential/environment) → requests.patch (network output)
Critical
- Category
- Data Flow
- Content
headers = {} if token: headers["Authorization"] = f"Bearer {token}" response = requests.patch( f"{gateway_url}/api/config", headers=headers, json=payload, timeout=5, )- Confidence
- 93% confidence
- Finding
- response = requests.patch( f"{gateway_url}/api/config", headers=headers, json=payload, timeout=5, )
