Skip to content

fix(deps): override linkify-it to 5.0.2 to resolve GHSA-22p9-wv53-3rq4 - #1071

Merged
DerekRoberts merged 1 commit into
mainfrom
fix/linkify-it-cve-2026-48801
Aug 21, 2026
Merged

fix(deps): override linkify-it to 5.0.2 to resolve GHSA-22p9-wv53-3rq4#1071
DerekRoberts merged 1 commit into
mainfrom
fix/linkify-it-cve-2026-48801

Conversation

@DerekRoberts

@DerekRoberts DerekRoberts commented Aug 21, 2026

Copy link
Copy Markdown
Member

Description

This PR resolves the high-severity vulnerability reported in GHSA-22p9-wv53-3rq4 (CVE-2026-48801) and subsequent vulnerability GHSA-v245-v573-v5vm.

  • Adds "linkify-it": "^5.0.2" to root package.json overrides.
  • Updates package-lock.json to lock linkify-it at 5.0.2.

Verification

  • Ran full unit test suites (api, admin, public) inside Podman containers.
  • Compiled and built all project workspaces (api, admin, public).
  • Verified zero vulnerabilities in npm audit.

Thanks for the PR!

Deployments, as required, will be available below:

Please create PRs in draft mode. Mark as ready to enable:

After merge, new images are deployed in:

Copilot AI balanced review requested due to automatic review settings August 21, 2026 23:02

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates the transitive linkify-it dependency to remediate both reported denial-of-service vulnerabilities.

Changes:

  • Adds a root override requiring linkify-it 5.0.2 or later.
  • Locks the resolved dependency to patched version 5.0.2.

Reviewed changes

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

File Description
package.json Adds the global dependency override.
package-lock.json Records the patched package version and integrity metadata.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@DerekRoberts DerekRoberts self-assigned this Aug 21, 2026
@DerekRoberts DerekRoberts moved this to Active in DevOps (NR) Aug 21, 2026
@DerekRoberts
DerekRoberts merged commit 561483e into main Aug 21, 2026
27 checks passed
@DerekRoberts
DerekRoberts deleted the fix/linkify-it-cve-2026-48801 branch August 21, 2026 23:07
@github-project-automation github-project-automation Bot moved this from Active to Done in DevOps (NR) Aug 21, 2026
@DerekRoberts DerekRoberts linked an issue Aug 21, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

fix(deps): security vulnerabilities in api

2 participants