[Cycode] Fix for vulnerable manifest file dependency - dompurify updated to version 3.4.13 - #117
Conversation
…ted to version 3.4.13
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 0d96aef. Configure here.
| "@tanstack/react-query": "^4.39.1", | ||
| "date-fns": "^4.1.0", | ||
| "dompurify": "^3.2.4", | ||
| "dompurify": "^3.4.13", |
There was a problem hiding this comment.
Stale lockfile blocks security update
High Severity
dompurify was bumped to ^3.4.13 in package.json, but ui/package-lock.json still pins 3.2.4. CI runs npm ci, which fails when the lockfile does not satisfy the new range, and installs that use the lockfile keep the vulnerable version this PR aims to replace.
Reviewed by Cursor Bugbot for commit 0d96aef. Configure here.


Cycode Vulnerable Dependencies Update
This pull request updates the following manifest file:
ui/app/package.json📂 ui/app/package.json
1 package will be updated to resolve vulnerabilities:
dompurifyWarning
Lock file generation failed for one or more manifest files in this pull request. Please regenerate the lock file manually before merging.
Note
Low Risk
Single dependency version bump in a manifest only; low risk though lockfile sync is needed before merge.
Overview
Bumps the
dompurifydependency inui/app/package.jsonfrom ^3.2.4 to ^3.4.13 to address a reported vulnerable dependency (Cycode).No application code changes; existing usage (e.g.
DOMPurify.sanitizeon frontend information HTML) stays the same. The PR notes that lock file regeneration failed—package-lock.jsonmay still pin 3.2.4 until updated manually before merge.Reviewed by Cursor Bugbot for commit 0d96aef. Configure here.