-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[Cloud Security] Backport 221247 backport qualys related changes #221302
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
[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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.