chore(deps): update yauzl to 3.2.1 to address CVE-2026-31988#13533
Merged
davidkonigsberg merged 4 commits intomainfrom Mar 13, 2026
Merged
chore(deps): update yauzl to 3.2.1 to address CVE-2026-31988#13533davidkonigsberg merged 4 commits intomainfrom
davidkonigsberg merged 4 commits intomainfrom
Conversation
Co-Authored-By: unknown <>
Contributor
|
@davidkonigsberg This PR is ready for review. Changes:
CI note: The |
Co-Authored-By: unknown <>
davidkonigsberg
approved these changes
Mar 13, 2026
|
Code review is billed via overage credits. To resume reviews, an organization admin can raise the monthly limit in Settings → Usage. Once credits are available, reopen this pull request to trigger a review. |
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.
Description
Resolves Dependabot Alert #877 — yauzl off-by-one error (CVE-2026-31988, GHSA-gmq8-994r-jv83).
Requested by: unknown ()
Link to Devin Session: https://app.devin.ai/sessions/f1b9e152c9cc4726af7f1245c8a19bff
Changes Made
yauzlcatalog version inpnpm-workspace.yamlfrom^3.2.0to^3.2.1pnpm-lock.yamlto resolve yauzl 3.2.1 (patched version) — lockfile diff is minimal, touching only the 4 yauzl-specific entries.github/dependabot-alerts/alert-877.mdNote:
yauzl@2.10.0remains as a transitive dependency ofdecompress-unzipandextract-zip. The CVE specifically affects thegetLastModDate()NTFS extended timestamp parser introduced in yauzl 3.x, so 2.x is not impacted by this vulnerability.Alert Details
Human Review Checklist
pnpm-workspace.yamlchange is a single-line version bump (^3.2.0→^3.2.1)pnpm install --lockfile-only— verify integrity hash foryauzl@3.2.1matches npm registryTesting