Skip to content

Commit fdd3aff

Browse files
authored
Update CHANGELOG.md with additional info on jupyter-lsp release (#1039)
* Update `CHANGELOG.md` with additional info on jupyter-lsp release * Clarity and grammar
1 parent 4ad12f2 commit fdd3aff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
- bug fixes:
1111
- address warning about renamed `extension_points` (#1035)
1212
- fix compatibility with jupyter server 1.x
13+
- fix an authentication-related security vulnerability (see [the advisory](https://github.com/jupyter-lsp/jupyterlab-lsp/security/advisories/GHSA-4qhp-652w-c22x) for details)
14+
- enhancements:
15+
- add authorization support (`lsp` resource, jupyter-server v2+ only) - this allows server operators for fine grained access control, e.g. in case if specific users (such as guest or read-only users) should not be allowed to access LSP; this is in addition to authentication fixes
1316

1417
### `@jupyter-lsp/jupyterlab-lsp 5.0.1`
1518

0 commit comments

Comments
 (0)