Skip to content

[HIGH] Manual fix required: CVE-2026-23870 — lock regen timed out#130

Closed
Pattern Security Automation (pattern-security-automation) wants to merge 1 commit into
mainfrom
fix/wiz-cve-2026-23870-fb507e8a
Closed

[HIGH] Manual fix required: CVE-2026-23870 — lock regen timed out#130
Pattern Security Automation (pattern-security-automation) wants to merge 1 commit into
mainfrom
fix/wiz-cve-2026-23870-fb507e8a

Conversation

@pattern-security-automation

⚠️ Security Alert: HIGH CVE Requires Manual Fix

This PR was opened by Pattern Security Automation. The version bump was prepared
automatically, but the lock file could not be regenerated because lock regen timed out.
CI will likely fail. This PR is a notification — please follow the steps below.


CVE Details

Field Value
CVE CVE-2026-23870
Severity HIGH
Repository patterninc/heimdall
Vulnerable package next
Required fix version 16.2.5
Current version ^16.1.6
Dependency type Direct
Language javascript

Why Automated Fix Was Blocked

The pipeline bumped web/package.json successfully but could not regenerate
the lock file before the Lambda time limit:

timed out after 180s for patterninc/heimdall

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 target 16.2.5
  • No lock file update — CI will fail until you regenerate it manually

Steps to Fix

  1. Check out this branch locally
  2. Regenerate the lock file:
    • Go: go mod tidy
    • npm/yarn: npm install or yarn install
    • uv: uv lock
    • poetry: poetry lock
    • bundler: bundle update next
  3. Commit the updated lock file to this branch and push — CI should then pass
  4. Ping #wiz-alerts if you need help

References

Developer feedback

Was this automation helpful? Share feedback (takes ~1 min)


Auto-generated by Pattern Security Automation

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 web app’s direct next dependency in response to the high-severity CVE-2026-23870 alert, but leaves the dependency graph unreconciled because the pnpm lockfile was not regenerated.

Changes:

  • Bumped web/package.json to use a newer next version.
  • (Still needed) Regenerate and commit web/pnpm-lock.yaml so CI/builds use the updated next resolution.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread web/package.json
"moment": "^2.30.1",
"moment-timezone": "^0.6.0",
"next": "^16.1.6",
"next": "^16.2.11",
Comment thread web/package.json
Comment on lines 25 to 27
"moment-timezone": "^0.6.0",
"next": "^16.1.6",
"next": "^16.2.11",
"nuqs": "^2.4.1",
@pattern-security-automation

Closing as duplicate of #128 — same package/manifest fix cluster.

Automated cleanup (duplicate_pr_cluster_cleanup). Canonical PR kept open for review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants