[HIGH] Manual fix required: CVE-2026-44575 — lock regen timed out#129
Closed
Pattern Security Automation (pattern-security-automation) wants to merge 1 commit into
Closed
Conversation
CVE: CVE-2026-44575 Lock regen timed out — see PR description.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR is a security-driven dependency update in the web/ app to remediate CVE-2026-44575 by bumping the direct next dependency to a patched release line.
Changes:
- Updates
web/package.jsonto requirenext@^16.2.11. - (As noted in the PR description) does not update the
pnpmlockfile, so the change won’t be applied in CI/builds until lock regeneration is committed.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "moment": "^2.30.1", | ||
| "moment-timezone": "^0.6.0", | ||
| "next": "^16.1.6", | ||
| "next": "^16.2.11", |
| "moment": "^2.30.1", | ||
| "moment-timezone": "^0.6.0", | ||
| "next": "^16.1.6", | ||
| "next": "^16.2.11", |
Author
|
Closing as duplicate of #128 — same package/manifest fix cluster. Automated cleanup ( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CVE Details
CVE-2026-44575patterninc/heimdallnext16.2.5^16.1.6Why Automated Fix Was Blocked
The pipeline bumped
web/package.jsonsuccessfully but could not regeneratethe lock file before the Lambda time limit:
Large modules or slow registry access can exceed the automated lock regen budget.
Please regenerate the lock file locally and push to this branch.
What This PR Contains
web/package.json— updated to target16.2.5Steps to Fix
go mod tidynpm installoryarn installuv lockpoetry lockbundle update next#wiz-alertsif you need helpReferences
Developer feedback
Was this automation helpful? Share feedback (takes ~1 min)
Auto-generated by Pattern Security Automation