chore(security): bump transitive npm deps to fix VULN-83884, VULN-83951, VULN-84021#2057
Merged
kkedziak-splunk merged 6 commits intoJun 30, 2026
Merged
Conversation
## [6.5.1](v6.5.0...v6.5.1) (2026-06-10) ### Bug Fixes * replace runtime JS cache busting with build-time timestamp ([#2053](#2053)) ([d36af9c](d36af9c))
- @xmldom/xmldom 0.8.12 → 0.8.13 (CVE-2026-41673, HIGH: stack overflow DoS) - fast-uri 3.1.0 → 3.1.2 (CVE-2026-6321, HIGH: path normalization bypass) - brace-expansion 5.0.5 → 5.0.6 (CVE-2026-45149, MEDIUM: OOM before max limit) All three are transitive deps under ui/; fixed via yarn resolutions for fast-uri and @xmldom/xmldom. brace-expansion 5.x upgraded automatically within its existing ^5.0.2 range. Co-Authored-By: Claude <noreply@anthropic.com>
…n-83884-83951-84021
kkedziak-splunk
enabled auto-merge (squash)
June 26, 2026 14:05
…vuln-83884-83951-84021
vosmolovskiy-splunk
approved these changes
Jun 30, 2026
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Issue number: VULN-83884, VULN-83951, VULN-84021
PR Type
What kind of change does this PR introduce?
Summary
Changes
Bumps three vulnerable transitive npm dependencies under
ui/by adding entries to theresolutionsblock inui/package.json:@xmldom/xmldomfast-uribrace-expansionAll three are transitive dependencies (pulled in by
@splunkvisualization packages andajv/minimatch). They are not direct dependencies, so the fix uses Yarn resolutions to pin the patched versions.@xmldom/xmldom): Unbounded recursive DOM traversal causes stack overflow crash (DoS).fast-uri): Path normalization bypass — encoded separators decoded before dot-segment removal, allowing policy bypass.brace-expansion): Large numeric ranges (e.g.{1..10000000}) allocate full intermediate array before applying themaxlimit, causing excessive memory usage.User experience
No user-facing changes. These are build-time / runtime library upgrades with no API changes.
Checklist
If an item doesn't apply to your changes, leave it unchecked.
Review
Tests
See the testing doc.
Demo/meeting: N/A — dependency-only change.
Reviewers are encouraged to request meetings or demos if any part of the change is unclear