Revert "[Tuning] Namespace Manipulation Using Unshare" (#5989)#6023
Merged
Conversation
This reverts commit 175e043.
|
Starting the rule tests ... |
Contributor
Rule: Tuning - GuidelinesThese guidelines serve as a reminder set of considerations when tuning an existing rule. Documentation and Context
Rule Metadata Checks
Testing and Validation
|
w0rk3r
approved these changes
May 1, 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 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
Reverts merge commit
175e043adfa37a47662a61236056160f5ac391a3from #5989.Reason
The tuning introduced
cloud_defendintegration coverage without raisingmin_stack_versionto 8.3.0 (the stack version wherecloud_defendis supported). That leaves the backport in a failing state on 9.2 - https://github.com/elastic/detection-rules/actions/runs/25210950031This revert restores the prior rule state so the change can be re-applied in a follow-up PR with the correct
min_stack_versionor new rule.Force merging to bypass failing backport checks.
After merge
min_stack_version = "8.3.0"(or as required forcloud_defend). - [Tuning/New] Namespace Manipulation Using Unshare #6024backport: autoshould apply to this revert PR per normal process once merged tomain.