Skip to content

[Snyk] Security upgrade dompurify from 3.3.0 to 3.3.2#41

Open
JJediny wants to merge 1 commit intomainfrom
snyk-fix-453055ce2c306e8997e888f2dc08abfb
Open

[Snyk] Security upgrade dompurify from 3.3.0 to 3.3.2#41
JJediny wants to merge 1 commit intomainfrom
snyk-fix-453055ce2c306e8997e888f2dc08abfb

Conversation

@JJediny
Copy link
Copy Markdown
Member

@JJediny JJediny commented Apr 3, 2026

snyk-top-banner

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

Snyk changed the following file(s):

  • spiffworkflow-frontend/package.json

Vulnerabilities that will be fixed with an upgrade:

Issue Score
medium severity Prototype Pollution
SNYK-JS-DOMPURIFY-15874903
  551  
medium severity Permissive List of Allowed Inputs
SNYK-JS-DOMPURIFY-15874905
  551  

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:

🦉 Prototype Pollution

Copilot AI review requested due to automatic review settings April 3, 2026 14:38
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 Snyk-generated PR aims to remediate reported DOMPurify vulnerabilities in the frontend by upgrading the dompurify dependency version range.

Changes:

  • Update dompurify dependency in the frontend package.json to ^3.3.2.

"dmn-js": "^17.4.0",
"dmn-js-properties-panel": "^3.8.0",
"dompurify": "^3.2.6",
"dompurify": "^3.3.2",
Copy link

Copilot AI Apr 3, 2026

Choose a reason for hiding this comment

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

package-lock.json still pins dompurify to 3.3.0 (and the root dependency entry is still ^3.2.6). With npm workflows that respect the lockfile, this PR may not actually pull in 3.3.2 and could leave the reported vulnerabilities unresolved. Please regenerate/commit the lockfile so it resolves dompurify to 3.3.2 as well.

Copilot uses AI. Check for mistakes.
"dmn-js": "^17.4.0",
"dmn-js-properties-panel": "^3.8.0",
"dompurify": "^3.2.6",
"dompurify": "^3.3.2",
Copy link

Copilot AI Apr 3, 2026

Choose a reason for hiding this comment

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

The PR metadata/title says this upgrades dompurify from 3.3.0 → 3.3.2, but package.json is changing the declared range from ^3.2.6^3.3.2 (while the existing lockfile already resolves to 3.3.0). Consider updating the PR description (or commit message) to reflect the actual change to avoid confusion during review/audit.

Copilot uses AI. Check for mistakes.
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.

3 participants