Skip to content

Update dependency marimo to <0.24#745

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/marimo-0.x
Open

Update dependency marimo to <0.24#745
renovate[bot] wants to merge 1 commit intomainfrom
renovate/marimo-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 8, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
marimo <0.23<0.24 age adoption passing confidence

Release Notes

marimo-team/marimo (marimo)

v0.23.1

Compare Source

What's Changed

This release includes quality of life improvements to marimo slides, bug fixes to marimo islands that revive our quarto extension, a new lint rule, and minor security improvements.

⭐ Highlights

Slides minimap

Slide mode now has a minimap: a scrollable panel showing your cells at reduced scale, with click-to-navigate and drag-to-reorder support. It's performance-aware — cells only render in the minimap when they're in view.

Screen.Recording.2026-04-08.at.6.46.33.PM.mov
Islands revived

We've fixed many bugs with [marimo islands], a way to embed marimo outputs and/or Python code in other HTML. These fixes also make our quarto-marimo. (#​9071) extension compatible with this version of marimo as well.

Security

This release includes minor security improvements, including input sanitization, path traversal prevention, open redirect blocking, and auth endpoint hardening.

  • Sanitize plugin output slots (marimo-mpl-interactive, marimo-panel) to prevent script injection (#​9133)
  • Restrict head_html injection to run mode only (#​9137)
  • Prevent directory traversal via symlinks in asset serving (#​9134)
  • Sanitize user-supplied custom.css (#​9131)
  • Block open redirects via protocol-relative URLs (e.g. //evil.com) (#​9112)
  • Restrict health endpoint exposure and add path validation for document writes (#​9115)

We've also updated our security documentation with a standard operating procedure for future disclosures (#​9114).

Thank You. The enthusiasm following our recent CVE disclosure is a testament to what a healthy open-source community looks like. A special thank you to @​GCXWLP, @​Jvr2022, @​offset, @​l3tchupkt, @​Fushuling, @​RacerZ-fighting, and @​q1uf3ng for their engagement and reports during this sprint. It takes a community to keep FOSS secure. We're lucky to have this one!

All changes

Full Changelog: marimo-team/marimo@0.23.0...0.23.1

v0.23.0

Compare Source

Security Announcement

This release contains important security updates for CVE-2026-39987. See Terminal WebSocket Authentication Bypass

The /terminal/ws endpoint is accessible without authentication on default marimo installations. This allows for unauthenticated users to remote execute code via this endpoint.

Who is affected
  • If you have deployed marimo as an editable notebook (not an application) to the public internet and only using marimo’s built-in authentication.
  • If you expose marimo to your shared network using --host 0.0.0.0 and while in edit mode (not an application).
Likely not affected

You are not affected if any of these are true.

  • If you have your own authentication proxy on top of editable marimo notebooks.
  • If you are not exposing marimo to the public internet
  • If you are running marimo as an application (in run mode)
  • WebAssembly (WASM) notebooks are not affected
  • molab is not affected

Please upgrade to 0.23.0 or later.

What's Changed

Full Changelog: marimo-team/marimo@0.22.5...0.23.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants