Skip to content

[Snyk] Security upgrade powerbi-visuals-tools from 6.2.0 to 7.0.0#138

Open
uve wants to merge 2 commits intomasterfrom
snyk-fix-01336c3da0e514fc856977c767c824cc
Open

[Snyk] Security upgrade powerbi-visuals-tools from 6.2.0 to 7.0.0#138
uve wants to merge 2 commits intomasterfrom
snyk-fix-01336c3da0e514fc856977c767c824cc

Conversation

@uve
Copy link
Copy Markdown
Collaborator

@uve uve commented Nov 20, 2025

snyk-top-banner

Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project.

Snyk changed the following file(s):

  • package.json
  • package-lock.json

Vulnerabilities that will be fixed with an upgrade:

Issue Score
critical severity Improper Verification of Cryptographic Signature
SNYK-JS-ELLIPTIC-8187303
  786  

Important

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

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

For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Learn about vulnerability in an interactive lesson of Snyk Learn.

Copilot AI review requested due to automatic review settings November 20, 2025 03:29
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This is a security-focused dependency upgrade that updates powerbi-visuals-tools from version 6.2.0 to 7.0.0 to address a critical cryptographic signature verification vulnerability (SNYK-JS-ELLIPTIC-8187303) with a severity score of 786/1000.

Key changes:

  • Upgrades powerbi-visuals-tools from 6.2.0 to 7.0.0 (major version bump)
  • Removes 25+ Node.js polyfill packages from production dependencies (moved to dev-only or removed entirely)
  • Mitigates the elliptic cryptography vulnerability by excluding the vulnerable package from production builds

Reviewed Changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Updates powerbi-visuals-tools dependency version from ^6.2.0 to ^7.0.0
package-lock.json Reflects the dependency tree changes: removes/moves numerous browserify polyfills and Node.js compatibility shims to dev dependencies, updates powerbi-visuals-tools to 7.0.0 with significantly streamlined production dependencies

Comment thread package.json
"powerbi-models": "^1.15.2",
"powerbi-visuals-api": "^5.11.0",
"powerbi-visuals-tools": "^6.2.0",
"powerbi-visuals-tools": "^7.0.0",
Copy link

Copilot AI Nov 20, 2025

Choose a reason for hiding this comment

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

This is a major version upgrade from 6.2.0 to 7.0.0. According to the custom coding guidelines for Power BI visuals, major version bumps should be documented with motivation and test cases. The PR description indicates this upgrade fixes a critical security vulnerability (SNYK-JS-ELLIPTIC-8187303), but the CHANGELOG.md has not been updated to reflect this security fix and version upgrade.

Copilot generated this review using guidance from repository custom instructions.
Signed-off-by: REDMOND\v-bdjalalov <boburtjalalov@gmail.com>
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.

4 participants