Hi, we use Jupyterlab in one of our products. A security audit flagged Jupyterlab’s behavior of /login endpoint. The endpoint accepts “next” parameter. The parameter controls where users will be redirected next after successful login.The auditor made the point that, since “next” param can be defined in the query string, someone can craft a URL that redirects users to a malicious website after successfully signing into Jupyter.
Has this been discussed as a potential security risk?