[HIGH] Manual fix required: CVE-2026-44574 — lock regen timed out#128
Open
Pattern Security Automation (pattern-security-automation) wants to merge 1 commit into
Open
Conversation
CVE: CVE-2026-44574 Lock regen timed out — see PR description.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR aims to remediate CVE-2026-44574 (HIGH) by updating the direct next dependency used by the web/ app. The change updates web/package.json, but the repo’s pnpm lockfile is not updated, so installs/CI will still resolve the older version until the lockfile is regenerated and committed.
Changes:
- Bumped
nextdependency inweb/package.jsonfrom^16.1.6to^16.2.11. - (Missing in this PR)
web/pnpm-lock.yamlstill resolvesnext@16.1.6and must be regenerated to complete the security fix.
💡 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", |
This was referenced Jul 25, 2026
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-44574patterninc/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