Paulo Silva
Paulo Silva
**Motivation** The Cloud Security DataTable on the Misconfigurations and Vulnerabilities tab should use all the available space when the table is grouped by none, but currently, it has a fixed...
**Motivation** While investigating [this](https://github.com/elastic/kibana/issues/178904) kibana issue, we found out the GCP Benchmark Rule 2.3 introduced findings data with empty `cloud.account.name` and `cloud.account.id` field, while it's expected behaviour to not have...
### Motivation In the [Alerts](https://github.com/elastic/security-team/issues/4165) Epic we are introducing severity for CIS benchmark rules, the severity is initially planned to be used to create a Detection Rule. The severity mapping...
**Motivation** Currently, the Findings data table uses the [useLatestFindingsDataView](https://github.com/elastic/kibana/blob/main/x-pack/plugins/cloud_security_posture/public/common/api/use_latest_findings_data_view.ts#L43) hook to update the DataView fields Label when the labels are empty. This can lead to unreliability when testing, and issues...
## Summary This POC aims to investigate the effort and benefits of implementing [msw](https://mswjs.io/) into unit tests, allowing to have unit tests where components could interact with the network to...
## Summary It closes #176700 This PR converts the DistributionBar FTR test on the Findings page into an integration test using MSW. It also closes #176700as it was once triggering...
### Summary of your changes This fixes https://github.com/elastic/cloudbeat/issues/2546, by using the version inputted by the user in the Create Environment parameters instead of using the version from the `env.ELK_VERSION`. While...
**Describe the bug** As described in this slack [thread](https://elastic.slack.com/archives/C03E5KGNWT1/p1726827523674779) @maxcold faced an issue when creating a serverless project with our GitHub action. ### Screenshots  ### Logs ``` Run ./install_agent_az_cli.sh...
**Describe the bug** I deployed a single project for GCP and realized itโs missing a finding related to the benchmark rule 2.2 (Ensure That Sinks Are Configured for All Log...