Skip to content

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

Open
Pattern Security Automation (pattern-security-automation) wants to merge 1 commit into
mainfrom
fix/wiz-cve-2026-54063-93a54cdd
Open

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

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-54063
Severity HIGH
Repository patterninc/caterpillar
Vulnerable package github.com/xuri/excelize/v2
Required fix version 2.11.0
Current version v2.10.0
Dependency type Direct
Language go

Why Automated Fix Was Blocked

The pipeline bumped go.mod successfully but could not regenerate
the lock file before the Lambda time limit:

timed out after 300s for patterninc/caterpillar

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

  • go.mod — updated to target 2.11.0
  • 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 github.com/xuri/excelize/v2
  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

…k regen required]

CVE: CVE-2026-54063
Lock regen timed out — see PR description.

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

This PR addresses CVE-2026-54063 (HIGH) by bumping the direct Go dependency github.com/xuri/excelize/v2 to the required fixed version.

Changes:

  • Update github.com/xuri/excelize/v2 from v2.10.0 to v2.11.0 in go.mod.

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

Comment thread go.mod
github.com/pkg/sftp v1.13.10
github.com/stretchr/testify v1.11.1
github.com/xuri/excelize/v2 v2.10.0
github.com/xuri/excelize/v2 v2.11.0
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