[Cloud Security] Backport 221247 backport qualys related changes#221302
[Cloud Security] Backport 221247 backport qualys related changes#221302
Conversation
…tagrid and flyout
…ability to CVE ID column header
update flyout overview tab to support multiple cves, published date move to be above alerts section
…alues update insights tab vulnerabilities column names fix redirect from insights tab to vulnerabilties findings page
…tagrid and flyout
…ability to CVE ID column header
update flyout overview tab to support multiple cves, published date move to be above alerts section
…alues update insights tab vulnerabilities column names fix redirect from insights tab to vulnerabilties findings page
… for multil values fields fix severity utility function types
…vulnerabilities data table
a5801f9 to
f4250c3
Compare
|
Cloud deployment initiated, see credentials at: https://buildkite.com/elastic/kibana-deploy-cloud-from-pr/builds/187 |
|
Pinging @elastic/kibana-cloud-security-posture (Team:Cloud Security) |
|
Kibana Security was tagged for review (Im not sure why KB machine tagged us 🤷♂️ ) and the PR LGTM, but I figured this would be best for Cloud Security to review |
f3def2a to
62e273c
Compare
9bdc1ec to
fae2ccd
Compare
maxcold
left a comment
There was a problem hiding this comment.
changes introduced in the backport are tested, the backport should be ready to be merged
|
|
||
| const createVulnerabilityRuleFn = (rowIndex: number) => { | ||
| const vulnerabilityFinding = getCspVulnerabilityFinding(rows[rowIndex].raw._source); | ||
| const vulnerabilityFinding = getCspVulnerabilityFinding(rows[rowIndex]?.raw._source); |
There was a problem hiding this comment.
This fixes the issue I brought up in the comments, now the backport should be ready to go
💚 Build Succeeded
Metrics [docs]Module Count
Public APIs missing comments
Async chunks
Unknown metric groupsAPI count
History
|

Summary
This PR backports changes related to Qualys VMDR added integration support that were merged to version 9.1.0.
PRs backported:
Identify risks
Thorough sanity check need to be made before merging since a lot of conflicts were fixed manually.