-
Notifications
You must be signed in to change notification settings - Fork 474
wiz: fix missing score handling and retain cloud_configuration_rule_description #11489
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- version: "1.8.2" | ||
changes: | ||
- description: Relax requirement for vulnerability score to be present. | ||
type: bugfix | ||
link: https://github.com/elastic/integrations/pull/11489 | ||
- description: Retain `cloudConfigurationRuleDescription` from `sourceRule`. | ||
type: enhancement | ||
link: https://github.com/elastic/integrations/pull/11489 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is unfortunately required to be a patch bump despite being an enhancement due to constraints that exist due to the use of preview marks in the 1.9 version of the integration published in main.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the clarification.
- name: cloud_configuration_rule_description | ||
type: keyword |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should really be a match_only_text
, but the other fields here, control_description
and resolution_recommendation
should also, so maintaining alignment and not breaking things by fixing those fields.
🚀 Benchmarks reportTo see the full report comment with |
|
💚 Build Succeeded
History
cc @efd6 |
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
Package wiz - 1.8.2 containing this change is available at https://epr.elastic.co/search?package=wiz |
Proposed commit message
See title.
Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Related issues
Screenshots