[HIGH] Manual fix required: CVE-2026-59869 — lock regen timed out - #135
Open
Pattern Security Automation (pattern-security-automation) wants to merge 1 commit into
Open
Conversation
CVE: CVE-2026-59869 Lock regen timed out — see PR description.
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the web app’s direct dependency on js-yaml to address CVE-2026-59869 (HIGH). The PR currently only updates the version spec in web/package.json; lock regeneration is still required for reproducible installs and CI success.
Changes:
- Bump
js-yamlfrom^4.1.0to^4.3.0inweb/package.json.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
21
to
+23
| "@tanstack/react-query": "^5.66.11", | ||
| "@tanstack/react-query-devtools": "^5.66.11", | ||
| "js-yaml": "^4.1.0", | ||
| "js-yaml": "^4.3.0", |
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-59869patterninc/heimdalljs-yaml4.3.0^4.1.0Why 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 target4.3.0Steps to Fix
go mod tidynpm installoryarn installuv lockpoetry lockbundle update js-yaml#wiz-alertsif you need helpReferences
Developer feedback
Was this automation helpful? Share feedback (takes ~1 min)
Auto-generated by Pattern Security Automation