chore: upgrade mermaid to ^11.16.1 to address CVE-2026-50159, CVE-2026-71436, CVE-2026-71437, CVE-2026-71438, CVE-2026-71439 - #1555
Open
claude[bot] wants to merge 2 commits into
Open
chore: upgrade mermaid to ^11.16.1 to address CVE-2026-50159, CVE-2026-71436, CVE-2026-71437, CVE-2026-71438, CVE-2026-71439#1555claude[bot] wants to merge 2 commits into
claude[bot] wants to merge 2 commits into
Conversation
…6-71436, CVE-2026-71437, CVE-2026-71438, CVE-2026-71439 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Contributor
|
@claude[bot] your pull request is missing a changelog! |
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Contributor
License Audit❌ Audit failed to produce results. Check the workflow logs for details. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes SOU-1894
Fixes SOU-1895
Fixes SOU-1896
Fixes SOU-1897
Fixes SOU-1898
Refreshes the
yarn.lockentry formermaidfrom11.16.0to11.16.1. The existing^11.16.0range inpackages/web/package.jsonalready admits the patched release, so no manifest change orresolutionsoverride is needed.Advisories addressed
All are fixed in
mermaid@11.16.1.Verification
yarn why mermaidreports a single instance,mermaid@npm:11.16.1, with no affected version remaining in the graph.yarn installcompletes with no further lockfile churn.yarn workspace @sourcebot/web test --run: 101 files, 1191 tests passed.🤖 Generated with Claude Code
Note
Low Risk
Dependency-only security patch with no application code changes; risk is limited to mermaid rendering behavior in Ask Sourcebot.
Overview
Bumps the resolved
mermaiddependency from 11.16.0 to 11.16.1 inyarn.lockand records the upgrade inCHANGELOG.md. Nopackage.jsonchange—the existing^11.16.0range already allows the patched release.This addresses several mermaid security issues (CSS injection, prototype pollution, and DoS in chart/diagram types) that affect Ask Sourcebot mermaid rendering in EE.
Reviewed by Cursor Bugbot for commit edb0927. Bugbot is set up for automated code reviews on this repo. Configure here.