chore(deps): update dependency jupyterlite-core to v0.4.1 [security] #9
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.1.3→==0.4.1GitHub Vulnerability Alerts
GHSA-gj55-2xf9-67rq
Impact
The vulnerability depends on user interaction by opening a malicious notebook with Markdown cells, or Markdown file using JupyterLab preview feature.
A malicious user can access any data accessible from JupyterLite and perform arbitrary actions in JupyterLite environment.
Patches
JupyterLite 0.4.1 was patched.
Workarounds
There is no workaround for the underlying DOM Clobbering susceptibility. However, select plugins can be disabled on deployments which cannot update in a timely fashion to minimise the risk. These are:
@jupyterlab/mathjax-extension:plugin- users will loose ability to preview mathematical equations@jupyterlab/markdownviewer-extension:plugin- users will loose ability to open Markdown previews@jupyterlab/mathjax2-extension:plugin(if installed with optionaljupyterlab-mathjax2package) - an older version of the mathjax plugin for JupyterLab 4.xTo disable these extensions populate the
disabledExtensionskey injupyter-config-datastanza ofjupyter-lite.jsonas documented on https://jupyterlite.readthedocs.io/en/stable/howto/configure/config_files.html#jupyter-lite-json{ "jupyter-lite-schema-version": 0, "jupyter-config-data": { "appName": "My JupyterLite App", "disabledExtensions": [ "@​jupyterlab/markdownviewer-extension:plugin", "@​jupyterlab/mathjax-extension:plugin", "@​jupyterlab/mathjax2-extension:plugin" ] } }To confirm that the plugins were disabled manual inspection of the built page is required.
References
Upstream advisory: GHSA-9q39-rmj3-p4r2
Notes
This change has a potential to break rendering of some markdown. There is a setting in Sanitizer which allows to revert to the previous sanitizer settings (
allowNamedProperties).Release Notes
jupyterlite/jupyterlite (jupyterlite-core)
v0.4.1Compare Source
0.4.1
(Full Changelog)
Maintenance and upkeep improvements
Documentation improvements
Contributors to this release
(GitHub contributors page for this release)
@github-actions | @jtpio | @michaelweinold | @zonca
v0.4.0Compare Source
0.4.0
(Full Changelog)
Enhancements made
@jupyterlab/terminal-extension#1397 (@jtpio)Bugs fixed
Maintenance and upkeep improvements
importlib_metadata#1426 (@jtpio)packageManagertopackage.json#1419 (@jtpio)ejs#1392 (@jtpio)Documentation improvements
SharedArrayBufferin the migration guide #1442 (@jtpio)jupyterlite-pyodide-kernelsupports theSharedArrayBufferin the documentation #1428 (@jtpio)SharedArrayBuffer#1405 (@jtpio)currentChangedto the migration guide #1394 (@jtpio)API and Breaking Changes
Contributors to this release
(GitHub contributors page for this release)
@afshin | @bollwyvl | @Carreau | @dependabot | @github-actions | @jtpio | @juntyr | @krassowski | @martinRenou
v0.3.0Compare Source
0.3.0
(Full Changelog)
Enhancements made
Bugs fixed
Maintenance and upkeep improvements
jupyterlab-tour==4.0.1#1330 (@jtpio)/api/configendpoint #1329 (@jtpio)jupyterlite-javascript-kernel#1313 (@jtpio)pytest<8for pypy #1309 (@jtpio)jupyterlab<4.1.0#1306 (@jtpio)Documentation improvements
jupyterlab-tour#1258 (@jtpio)Contributors to this release
(GitHub contributors page for this release)
@andeplane | @bollwyvl | @dependabot | @fcollonval | @github-actions | @ianthomas23 | @jtpio | @martinRenou
v0.2.3Compare Source
0.2.3
(Full Changelog)
Maintenance and upkeep improvements
Documentation improvements
Contributors to this release
(GitHub contributors page for this release)
@dependabot | @fcollonval | @github-actions | @jeremy-feng | @jtpio | @Rjchauhan18 | @tgourdel
v0.2.2Compare Source
0.2.2
(Full Changelog)
Bugs fixed
all_federated.json#1269 (@jtpio)@jupyterlab/celltags-extension, bump to@jupyterlab4.0.9 packages #1267 (@jtpio)Maintenance and upkeep improvements
jupyterlite-pyodide-kernel==0.2.0#1271 (@jtpio)Documentation improvements
Contributors to this release
(GitHub contributors page for this release)
@agoose77 | @bollwyvl | @dependabot | @github-actions | @jtpio | @tomjakubowski
v0.2.1Compare Source
0.2.1
(Full Changelog)
Bugs fixed
Maintenance and upkeep improvements
Documentation improvements
Contributors to this release
(GitHub contributors page for this release)
@andeplane | @bollwyvl | @github-actions | @jtpio | @Tialo
v0.2.0Compare Source
0.2.0
(Full Changelog)
✨ Highlights ✨
JupyterLite 0.2.0 is released 🎉
The main highlights in JupyterLite 0.2.0 is the update to JupyterLab 4. This brings compatibility with extensions that have been updated to JupyterLab 4 the past couple of months.
The RetroLab interface has now been removed in favor of Notebook 7 (which is the successor of RetroLab).
Check out the migration guide to learn more on how to update your deployments: https://jupyterlite.readthedocs.io/en/latest/migration.html
Below is the full changelog since the last stable release.
Enhancements made
Bugs fixed
defaultlocale #1209 (@jtpio)Maintenance and upkeep improvements
tsconfig.eslint.jsonwith a list ofinclude#1212 (@jtpio)hubtoghin the Playwright snapshots update workflow #1187 (@jtpio)ruff, clean up linting #1161 (@jtpio)jupyterlite-pyodide-kernel#1147 (@jtpio)package.json, droptrailingComma#1143 (@jtpio)jupyterlite-core#1010 (@jtpio)Documentation improvements
navigation_with_keystoFalseexplicitely #1230 (@jtpio)jupyterlab_serverin the translation documentation #1223 (@jtpio)extra_labextensions_path#1221 (@jtpio)jupyter_lite_config.json#1200 (@jtpio)ipyleaflet#1184 (@jtpio)ipyvueandipyvuetify#1182 (@jtpio)retrofor the stable docs #1164 (@jtpio)jupyterlite-pyodide-kernel==0.2.0a1on ReadTheDocs #1162 (@jtpio)0.2.0#1144 (@jtpio)API and Breaking Changes
jupyterlite-pyodide-kernel#1147 (@jtpio)Contributors to this release
(GitHub contributors page for this release)
@andeplane | @bollwyvl | @dependabot | @github-actions | @jtpio | @martinRenou | @trungleduc
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.