VULN batch: fix splunk-example-ta dependencies - #47
Merged
Sukupate merged 4 commits intoSep 3, 2026
Conversation
Severity: high | CVE-2026-26996 Bump: minimatch 3.1.2 → 3.1.4 Files: ui/package.json, ui/package-lock.json Jira: https://splunk.atlassian.net/browse/VULN-108242
Severity: high | CVE-2025-66031 Bump: node-forge 1.3.1 → 1.4.0 Files: ui/package.json, ui/package-lock.json Jira: https://splunk.atlassian.net/browse/VULN-108978
Severity: high | CVE-2026-33671 Bump: picomatch 2.3.1 → 2.3.2 Files: ui/package.json, ui/package-lock.json Jira: https://splunk.atlassian.net/browse/VULN-109255
wtobis-splunk
approved these changes
Sep 2, 2026
Sukupate
deleted the
fix/vulns-splunk-example-ta-batch-20260902T000000Z
branch
September 3, 2026 06:09
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.
Summary
This PR is based on
mainand covers the opensplunk-example-tadependency findings returned by the supplied JQL.Remediated in this PR:
minimatch3.1.2 → 3.1.4node-forge1.3.1 → 1.4.0picomatch2.3.1 → 2.3.2The remaining findings from the query are already at fixed versions in the current
mainlockfile, includingws,uuid,tmp,storybook,react-router,brace-expansion,dompurify,shell-quote,@xmldom/xmldom, Babel packages, lodash packages,jspdf, andcanvg. Forreact-router, the lockfile uses 6.30.4, which the ticket advisory identifies as patched. These changes are not duplicated in this PR because they are already present onmain.Validation
npm ci --ignore-scripts --dry-run --offlinegit diff --checkRelated Jira tickets changed in this PR: VULN-108242, VULN-108978, VULN-109255
AI disclosure
This pull request was prepared with AI assistance. The changes and validation were reviewed by the author.