Skip to content

chore: patch glob, node-forge, serialize-javascript, path-to-regexp, happy-dom vulnerabilities#145

Merged
rlorenzo merged 2 commits intomainfrom
security-package-updates-2026-04-02
Apr 7, 2026
Merged

chore: patch glob, node-forge, serialize-javascript, path-to-regexp, happy-dom vulnerabilities#145
rlorenzo merged 2 commits intomainfrom
security-package-updates-2026-04-02

Conversation

@rlorenzo
Copy link
Copy Markdown
Contributor

@rlorenzo rlorenzo commented Apr 3, 2026

Direct:

  • glob 13.0.0 → 13.0.6 (brace-expansion DoS, GHSA-f886-m6hf-6m8v)
  • happy-dom 20.0.2 → 20.8.9 (cookie leakage GHSA-w4gp-fjgq-3q4g, RCE GHSA-6q6h-j7hj-3r64)
    Transitive via audit fix:
  • node-forge → 1.4.0 (cert bypass, signature forgery, DoS)
  • serialize-javascript → 7.0.5 (CPU exhaustion DoS)
  • path-to-regexp → 8.4.0 (ReDoS via optional groups/wildcards)
  • brace-expansion 2.0.2 → 2.0.3 (DoS via zero-step sequence, GHSA-f886-m6hf-6m8v)

…happy-dom vulnerabilities

Direct:
  - glob 13.0.0 → 13.0.6 (brace-expansion DoS, GHSA-f886-m6hf-6m8v)
  - happy-dom 20.0.2 → 20.8.9 (cookie leakage GHSA-w4gp-fjgq-3q4g, RCE GHSA-6q6h-j7hj-3r64)
Transitive via audit fix:
  - node-forge → 1.4.0 (cert bypass, signature forgery, DoS)
  - serialize-javascript → 7.0.5 (CPU exhaustion DoS)
  - path-to-regexp → 8.4.0 (ReDoS via optional groups/wildcards)
Copilot AI review requested due to automatic review settings April 3, 2026 01:00
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Apr 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 42.66%. Comparing base (1e8d4ed) to head (ac8e190).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #145   +/-   ##
=======================================
  Coverage   42.66%   42.66%           
=======================================
  Files         802      802           
  Lines       48448    48448           
  Branches     4446     4446           
=======================================
  Hits        20672    20672           
  Misses      27285    27285           
  Partials      491      491           
Flag Coverage Δ
backend 42.59% <ø> (ø)
frontend 44.74% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

Updates VueApp’s npm dependency graph to remediate reported security advisories by bumping vulnerable direct devDependencies and the resulting transitive packages captured in the lockfile.

Changes:

  • Bump direct devDependencies: glob to ^13.0.6 and happy-dom to ^20.8.9.
  • Refresh package-lock.json to pick up patched transitive versions (e.g., node-forge@1.4.0, serialize-javascript@7.0.5, path-to-regexp@8.4.0, and brace-expansion@5.0.5).

Reviewed changes

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

File Description
VueApp/package.json Updates direct devDependency version ranges for glob and happy-dom to patched releases.
VueApp/package-lock.json Locks patched direct/transitive package versions consistent with the updated ranges.
Files not reviewed (1)
  • VueApp/package-lock.json: Language not supported

@codecov-commenter
Copy link
Copy Markdown

Bundle Report

Bundle size has no change ✅

@rlorenzo rlorenzo requested a review from bsedwards April 5, 2026 05:07
@rlorenzo rlorenzo merged commit f9adca9 into main Apr 7, 2026
7 checks passed
@rlorenzo rlorenzo deleted the security-package-updates-2026-04-02 branch April 7, 2026 15:29
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