Missing User Warnings
Medium
- Confidence
- 97% confidence
- Finding
- The code defines `token` as a required query parameter and later appends all query parameters to the request URL, so the authentication token is sent in the URL. Tokens in URLs can be exposed via logs, browser/history equivalents, proxies, monitoring systems, error messages, and upstream infrastructure, increasing the chance of credential leakage even when HTTPS is used.
