w4bo / AA2425-unibo-mldm

0 stars 0 forks source link

chore(deps): update dependency notebook to v7.2.2 [security] #21

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
notebook ==7.2.1 -> ==7.2.2 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2024-43805

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 that the attacked user has access to as well as perform arbitrary requests acting as the attacked user.

Patches

JupyterLab v3.6.8, v4.2.5 and Jupyter Notebook v7.2.2 were 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:

To disable these extensions run:

jupyter labextension disable @​jupyterlab/markdownviewer-extension:plugin
jupyter labextension disable @​jupyterlab/mathjax-extension:plugin
jupyter labextension disable @​jupyterlab/mathjax2-extension:plugin

To confirm that the plugins were disabled run:

jupyter labextension list

References

None

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

jupyter/notebook (notebook) ### [`v7.2.2`](https://redirect.github.com/jupyter/notebook/releases/tag/v7.2.2) [Compare Source](https://redirect.github.com/jupyter/notebook/compare/v7.2.1...v7.2.2) #### 7.2.2 ([Full Changelog](https://redirect.github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.2.1...0426a897ad6b5708d73e6e49ea424076de2906a1)) ##### Maintenance and upkeep improvements - Upgrade JupyterLab dependencies to v4.2.5 [#​7447](https://redirect.github.com/jupyter/notebook/pull/7447) ([@​krassowski](https://redirect.github.com/krassowski)) ##### Contributors to this release ([GitHub contributors page for this release](https://redirect.github.com/jupyter/notebook/graphs/contributors?from=2024-06-07\&to=2024-08-27\&type=c)) [@​github-actions](https://redirect.github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2024-06-07..2024-08-27\&type=Issues) | [@​krassowski](https://redirect.github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akrassowski+updated%3A2024-06-07..2024-08-27\&type=Issues) | [@​RRosio](https://redirect.github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3ARRosio+updated%3A2024-06-07..2024-08-27\&type=Issues)

Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

â™» Rebasing: Whenever PR is behind base branch, 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.

github-actions[bot] commented 1 week ago

:tada: This PR is included in version 1.0.15 :tada:

The release is available on:

Your semantic-release bot :package::rocket: