forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Security Solution] Fix the rules coverage overview API contract (ela…
…stic#163838) **Epic:** elastic/security-team#2905 (internal) ## Summary In our API endpoints, we shouldn't expose parameters for features we don't support yet. This PR: - Removes the `CoverageOverviewRuleActivity.Available` and `CoverageOverviewRuleSource.Customized` enum values from the coverage endpoint's request schema. - Does some additional cleanup. We will add the removed parameters back when we add the corresponding enhancements to the feature.
- Loading branch information
Showing
4 changed files
with
56 additions
and
56 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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