You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix environment variables leaking into the parent environment (#1078)
* Add a test against issue #1076
* Test against a single server, not all of them
* Fix the issue by using `os._Environ.copy()`
* Add changelog entry
* Bump version to 2.2.5
Merge pull request #1069 from krassowski/fix-websocket-and-spurious-n…
…otebook-json
Fix websocket handler and remove spurious config for old notebook server
Merge pull request from GHSA-4qhp-652w-c22x
* Add auth decorators, add traversal guard
* Fix mocks resolving most test failures;
`test_listeners` still fails not sure how to fix it
* Address review comments
* add tests for (un)authn'd REST and WebSocket handlers
* Restore old import for 1.x compat, remove a log
* handle advertised jupyter-server 1.x version
* Lint (isort any mypy)
* More tests for paths
---------
Co-authored-by: Nicholas Bollweg <nick.bollweg@gmail.com>