Bump splunk/splunk from 6.6.0 to 8.2.3 in /ci/splunk#1
Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
Closed
Bump splunk/splunk from 6.6.0 to 8.2.3 in /ci/splunk#1dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Contributor
|
@dependabot recreate |
Bumps splunk/splunk from 6.6.0 to 8.2.3. --- updated-dependencies: - dependency-name: splunk/splunk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
56f5340 to
680a821
Compare
|
Tag for build #5791 is 💻 For deploying this image using the dev scripts, run the following first: export MAIN_IMAGE_TAG='3.67.x-100-g680a821de9'📦 You can also generate an installation bundle with: docker run -i --rm stackrox/main:3.67.x-100-g680a821de9 central generate interactive > bundle.zip🕹️ A |
Contributor
Author
|
Superseded by #119. |
4 tasks
gavin-stackrox
added a commit
that referenced
this pull request
Feb 11, 2022
3 tasks
5 tasks
1 task
2 tasks
Merged
5 tasks
clickboo
added a commit
that referenced
this pull request
Dec 7, 2022
c-du
added a commit
that referenced
this pull request
May 17, 2023
c-du
added a commit
that referenced
this pull request
May 22, 2023
ivan-degtiarenko
added a commit
that referenced
this pull request
Oct 9, 2023
5 tasks
3 tasks
jvdm
added a commit
that referenced
this pull request
Aug 28, 2024
jvdm
added a commit
that referenced
this pull request
Aug 28, 2024
jvdm
added a commit
that referenced
this pull request
Aug 28, 2024
jvdm
added a commit
that referenced
this pull request
Aug 28, 2024
jvdm
added a commit
that referenced
this pull request
Aug 28, 2024
jvdm
added a commit
that referenced
this pull request
Aug 28, 2024
jvdm
added a commit
that referenced
this pull request
Aug 28, 2024
jvdm
added a commit
that referenced
this pull request
Aug 28, 2024
jvdm
added a commit
that referenced
this pull request
Aug 28, 2024
jvdm
added a commit
that referenced
this pull request
Aug 28, 2024
jvdm
added a commit
that referenced
this pull request
Aug 28, 2024
jvdm
added a commit
that referenced
this pull request
Aug 28, 2024
jvdm
added a commit
that referenced
this pull request
Aug 28, 2024
jvdm
added a commit
that referenced
this pull request
Aug 28, 2024
jvdm
added a commit
that referenced
this pull request
Aug 29, 2024
jvdm
added a commit
that referenced
this pull request
Aug 29, 2024
jvdm
added a commit
that referenced
this pull request
Aug 29, 2024
jvdm
added a commit
that referenced
this pull request
Aug 30, 2024
jvdm
added a commit
that referenced
this pull request
Aug 31, 2024
janisz
pushed a commit
that referenced
this pull request
Feb 27, 2025
9 tasks
9 tasks
9 tasks
9 tasks
jvdm
added a commit
that referenced
this pull request
Oct 2, 2025
5 tasks
GrimmiMeloni
added a commit
that referenced
this pull request
Feb 2, 2026
…scriptors Address three critical issues identified in code quality review: Critical Issue #1: Unchecked Type Assertions - Add checked type assertions at lines 29-42 for spec, crds, owned fields - Add checked assertions at lines 46-60 for CRD and descriptor entries - Add checked assertions at lines 84-89 in fixDescriptorOrder for path fields - Add checked assertion at line 133-136 for currentPath field - All failures now have proper error handling instead of panics Critical Issue #2: Path Resolution Bug - Fix lines 138-142 to check for strings.LastIndex returning -1 - Handle top-level paths (no dots) gracefully with early continue - Prevents index-out-of-bounds panic when processing top-level fields Critical Issue #3: URN Value Handling - Fix line 125 to use strings.Join(parts[6:], ":") - Preserves colons in URN values instead of truncating after first colon - Handles values like "database:enabled" correctly All existing tests pass. The tool now handles malformed input gracefully with clear error messages instead of panicking. This code was partially generated with AI assistance. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
GrimmiMeloni
added a commit
that referenced
this pull request
Feb 3, 2026
…scriptors Address three critical issues identified in code quality review: Critical Issue #1: Unchecked Type Assertions - Add checked type assertions at lines 29-42 for spec, crds, owned fields - Add checked assertions at lines 46-60 for CRD and descriptor entries - Add checked assertions at lines 84-89 in fixDescriptorOrder for path fields - Add checked assertion at line 133-136 for currentPath field - All failures now have proper error handling instead of panics Critical Issue #2: Path Resolution Bug - Fix lines 138-142 to check for strings.LastIndex returning -1 - Handle top-level paths (no dots) gracefully with early continue - Prevents index-out-of-bounds panic when processing top-level fields Critical Issue #3: URN Value Handling - Fix line 125 to use strings.Join(parts[6:], ":") - Preserves colons in URN values instead of truncating after first colon - Handles values like "database:enabled" correctly All existing tests pass. The tool now handles malformed input gracefully with clear error messages instead of panicking. This code was partially generated with AI assistance. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
GrimmiMeloni
added a commit
that referenced
this pull request
Feb 3, 2026
…scriptors Address three critical issues identified in code quality review: Critical Issue #1: Unchecked Type Assertions - Add checked type assertions at lines 29-42 for spec, crds, owned fields - Add checked assertions at lines 46-60 for CRD and descriptor entries - Add checked assertions at lines 84-89 in fixDescriptorOrder for path fields - Add checked assertion at line 133-136 for currentPath field - All failures now have proper error handling instead of panics Critical Issue #2: Path Resolution Bug - Fix lines 138-142 to check for strings.LastIndex returning -1 - Handle top-level paths (no dots) gracefully with early continue - Prevents index-out-of-bounds panic when processing top-level fields Critical Issue #3: URN Value Handling - Fix line 125 to use strings.Join(parts[6:], ":") - Preserves colons in URN values instead of truncating after first colon - Handles values like "database:enabled" correctly All existing tests pass. The tool now handles malformed input gracefully with clear error messages instead of panicking. This code was partially generated with AI assistance. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
GrimmiMeloni
added a commit
that referenced
this pull request
Feb 5, 2026
…scriptors Address three critical issues identified in code quality review: Critical Issue #1: Unchecked Type Assertions - Add checked type assertions at lines 29-42 for spec, crds, owned fields - Add checked assertions at lines 46-60 for CRD and descriptor entries - Add checked assertions at lines 84-89 in fixDescriptorOrder for path fields - Add checked assertion at line 133-136 for currentPath field - All failures now have proper error handling instead of panics Critical Issue #2: Path Resolution Bug - Fix lines 138-142 to check for strings.LastIndex returning -1 - Handle top-level paths (no dots) gracefully with early continue - Prevents index-out-of-bounds panic when processing top-level fields Critical Issue #3: URN Value Handling - Fix line 125 to use strings.Join(parts[6:], ":") - Preserves colons in URN values instead of truncating after first colon - Handles values like "database:enabled" correctly All existing tests pass. The tool now handles malformed input gracefully with clear error messages instead of panicking. This code was partially generated with AI assistance. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
GrimmiMeloni
added a commit
that referenced
this pull request
Feb 5, 2026
…scriptors Address three critical issues identified in code quality review: Critical Issue #1: Unchecked Type Assertions - Add checked type assertions at lines 29-42 for spec, crds, owned fields - Add checked assertions at lines 46-60 for CRD and descriptor entries - Add checked assertions at lines 84-89 in fixDescriptorOrder for path fields - Add checked assertion at line 133-136 for currentPath field - All failures now have proper error handling instead of panics Critical Issue #2: Path Resolution Bug - Fix lines 138-142 to check for strings.LastIndex returning -1 - Handle top-level paths (no dots) gracefully with early continue - Prevents index-out-of-bounds panic when processing top-level fields Critical Issue #3: URN Value Handling - Fix line 125 to use strings.Join(parts[6:], ":") - Preserves colons in URN values instead of truncating after first colon - Handles values like "database:enabled" correctly All existing tests pass. The tool now handles malformed input gracefully with clear error messages instead of panicking. This code was partially generated with AI assistance. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.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.
Bumps splunk/splunk from 6.6.0 to 8.2.3.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)