Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade mermaid from 10.3.0 to 10.9.3 #269

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

X-oss-byte
Copy link
Owner

@X-oss-byte X-oss-byte commented Dec 8, 2024

snyk-top-banner

Snyk has created this PR to upgrade mermaid from 10.3.0 to 10.9.3.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 20 versions ahead of your current version.

  • The recommended version was released on 2 months ago.

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
high severity Prototype Pollution
SNYK-JS-DOMPURIFY-7984421
586 No Known Exploit
medium severity Template Injection
SNYK-JS-DOMPURIFY-6474511
586 Proof of Concept
medium severity Cross-site Scripting (XSS)
SNYK-JS-DOMPURIFY-8184974
586 Proof of Concept
Release notes
Package name: mermaid
  • 10.9.3 - 2024-10-22

    Updates the bundled version of dependencies in the following files:

    • dist/mermaid.min.js
    • dist/mermaid.js
    • dist/mermaid.esm.mjs
    • dist/mermaid.esm.min.mjs

    If you are not using these files (e.g. you are using the default NPM export of mermaid, e.g. import mermaid from 'mermaid', or you are using dist/mermaid.core.mjs), this release is identical to v10.9.2.

    This is to avoid potential security issues in KaTeX and DOMPurify, see:

    These dependencies have already been updated in v11.0.0.

    Changelog

    Chore

    • Updates the bundled version of KaTeX to 0.16.11 (2bedd0e)
    • Updates the bundled version of DOMPurify to 3.1.6 (92a07ff)

    Full Changelog: v10.9.2...v10.9.3

  • 10.9.2 - 2024-10-02

    This release back-ports #5914 to the v10 release line to fix #5904 (an incompatibility between mermaid and DOMPurify v3.1.7)

    Patch Changes

    Full Changelog: v10.9.1...v10.9.2

  • 10.9.1 - 2024-05-14
  • 10.9.0 - 2024-03-05
  • 10.9.0-rc.2 - 2024-02-29
  • 10.9.0-rc.1 - 2024-02-27
  • 10.8.0 - 2024-02-02
  • 10.7.0 - 2024-01-15
  • 10.6.2-rc.3 - 2024-01-11
  • 10.6.2-rc.2 - 2023-12-04
  • 10.6.2-rc.1 - 2023-11-24
  • 10.6.1 - 2023-11-06
  • 10.6.0 - 2023-10-25
  • 10.5.1 - 2023-10-20
  • 10.5.0 - 2023-10-02
  • 10.5.0-rc.3 - 2023-10-02
  • 10.5.0-rc.1 - 2023-09-14
  • 10.5.0-alpha.1 - 2023-09-07
  • 10.4.0 - 2023-08-25
  • 10.3.1 - 2023-08-11
  • 10.3.0 - 2023-07-26
from mermaid GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Summary by Sourcery

Build:

  • Upgrade mermaid dependency from version 10.3.0 to 10.9.3 in package.json.

Snyk has created this PR to upgrade mermaid from 10.3.0 to 10.9.3.

See this package in npm:
mermaid

See this project in Snyk:
https://app.snyk.io/org/sammytezzy/project/a88f4f5f-7e6f-4196-ac10-822626b4c9f7?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

stackblitz bot commented Dec 8, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

changeset-bot bot commented Dec 8, 2024

⚠️ No Changeset found

Latest commit: 8349d9b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

vercel bot commented Dec 8, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
crates-io ❌ Failed (Inspect) Dec 8, 2024 2:09pm

Copy link

sourcery-ai bot commented Dec 8, 2024

Reviewer's Guide by Sourcery

This PR upgrades the mermaid dependency from version 10.3.0 to 10.9.3 to address several security vulnerabilities in the DOMPurify dependency. The upgrade includes 20 versions worth of changes and fixes three security issues: a high-severity Prototype Pollution vulnerability and two medium-severity vulnerabilities (Template Injection and Cross-site Scripting).

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Dependency version upgrade to address security vulnerabilities
  • Updates mermaid from 10.3.0 to 10.9.3
  • Fixes high-severity Prototype Pollution vulnerability in DOMPurify
  • Fixes medium-severity Template Injection vulnerability in DOMPurify
  • Fixes medium-severity Cross-site Scripting (XSS) vulnerability in DOMPurify
package.json

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. Here's why:

  • It seems to have been created by a bot ('[Snyk]' found in title). We assume it knows what it's doing!
  • We don't review packaging changes - Let us know if you'd like us to change this.

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.

2 participants