Skip to content

Fix 13 CVE vulnerabilities by upgrading npm dependencies - #1565

Merged
dymurray merged 1 commit into
migtools:release-1.8from
midays:fix/cve-ui-13-tickets-1.8
Sep 13, 2026
Merged

dymurray merged 1 commit into
migtools:release-1.8from
midays:fix/cve-ui-13-tickets-1.8

Conversation

@midays

@midays midays commented Sep 7, 2026

Copy link
Copy Markdown
Collaborator

Summary

Fixes 13 CVE vulnerabilities by upgrading 6 npm packages via resolutions in package.json.

CVEs Fixed (13)

fast-uri (6 CVEs):

browserslist (2 CVEs):

postcss (2 CVEs):

js-yaml (1 CVE):

qs (1 CVE):

webpack-dev-middleware (1 CVE):

Package Upgrades

  • fast-uri: 3.1.3 → 4.1.4
  • js-yaml: 3.14.1 → 5.4.1
  • browserslist: 4.25.0 → 4.28.9
  • postcss: 8.5.4 → 8.5.28
  • qs: 6.14.0 → 6.16.0
  • webpack-dev-middleware: 7.4.5 → 8.3.0

Test Plan

  • Build passes (yarn build)
  • No breaking changes (all upgrades via resolutions)
  • CI passes

Note: nanoid CVEs Not Included

4 CVEs deferred (MIG-1974, MIG-1997, MIG-1998, MIG-1999):

  • nanoid 4.x+ are ESM-only (current codebase uses CommonJS)
  • Upgrading requires ESM migration across entire codebase
  • Decision needed: Mark as "Won't Fix" or schedule post-GA

Seeking guidance on how to handle these 4 tickets given GA deadline.

Upgrades the following packages to address security vulnerabilities:

- CVE-2026-75931, CVE-2026-75899, CVE-2026-75975, CVE-2026-76172, CVE-2026-84292, CVE-2026-84394: fast-uri 3.1.3 → 4.1.4
- CVE-2026-84375: js-yaml 3.14.1 → 5.4.1
- CVE-2026-73088, CVE-2026-73089: browserslist 4.25.0 → 4.28.9
- CVE-2026-69153, CVE-2026-73646: postcss 8.5.4 → 8.5.28
- CVE-2026-82417: qs 6.14.0 → 6.16.0
- CVE-2026-76844: webpack-dev-middleware 7.4.5 → 8.3.0

All packages upgraded via resolutions in package.json.
Build tested successfully.

Note: nanoid CVEs (CVE-2026-73086, CVE-2026-67213, CVE-2026-67214) are
not included in this PR as they require ESM migration (nanoid 4.x+ are
ESM-only). These will be addressed in a separate effort post-GA.

Jira tickets resolved:
MIG-2003, MIG-2004, MIG-2006, MIG-2007, MIG-2020, MIG-2021,
MIG-2009, MIG-1975, MIG-1976, MIG-1967, MIG-2002, MIG-2022, MIG-2005

Jira tickets deferred (ESM migration required):
MIG-1974, MIG-1997, MIG-1998, MIG-1999

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Sep 7, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Team

Run ID: 7acecec9-e940-411b-8ec4-099e4579fb6e

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@dymurray
dymurray merged commit 35614d9 into migtools:release-1.8 Sep 13, 2026
2 checks passed
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