[Security] Fix CVE-2026-33671, CVE-2026-33672, CVE-2026-33750, CVE-2026-33532, CVE-2026-2391#1399
Open
jackiehanyang wants to merge 1 commit intoopensearch-project:mainfrom
Open
Conversation
…26-33532, CVE-2026-2391 Lockfile refresh to resolve patched versions of transitive dependencies: - picomatch 2.3.1 -> 2.3.2 (fixes CVE-2026-33671, CVE-2026-33672) - brace-expansion 1.1.12 -> 1.1.13 (fixes CVE-2026-33750) - yaml 1.10.2 -> 1.10.3 (fixes CVE-2026-33532) - qs 6.14.1 -> 6.14.2 (fixes CVE-2026-2391) All fixes resolved within existing semver ranges. No package.json changes required. Signed-off-by: Jackie <jkhanjob@gmail.com>
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
Lockfile refresh to resolve 5 CVEs in transitive dependencies. All patched versions fall within existing semver ranges — only
yarn.lockis changed, nopackage.jsonmodifications.Escalation Ladder
Step 1 — Lockfile refresh: ✅ Resolved all 5 CVEs. No further escalation needed.
CVEs Fixed
Verification
Issues Resolved
Resolves CVE-2026-33671, CVE-2026-33672, CVE-2026-33750, CVE-2026-33532, CVE-2026-2391.
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.