Skip to content
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] Vulnerabilities Preview & Refactor CSP Plugin PHASE 2 #193638

Conversation

animehart
Copy link
Contributor

@animehart animehart commented Sep 20, 2024

In an attempt to make Reviewing easier and more accurate, the implementation of Vulnerabilities on Host.name flyout in Alerts Page will be split into 2 Phases

Phase 1: Move Functions, Utils or Helpers, Hooks, constants to Package
Phase 2: Implementing the feature

This is Phase 2
Screenshot 2024-09-20 at 5 33 01 PM

@animehart animehart changed the title [Cloud Security] Vulnerabilities Preview & Refactor CSP Plugin PHASE 1 [Cloud Security] Vulnerabilities Preview & Refactor CSP Plugin PHASE 2 Sep 20, 2024
@animehart animehart added backport:prev-minor Backport to (8.x) the previous minor version (i.e. one version back from main) Team:Cloud Security Cloud Security team related v8.16.0 release_note:skip Skip the PR/issue when compiling release notes ci:project-deploy-security Create a Security Serverless Project labels Sep 23, 2024
@animehart animehart marked this pull request as ready for review September 23, 2024 15:15
@animehart animehart requested a review from a team as a code owner September 23, 2024 15:15
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-cloud-security-posture (Team:Cloud Security)

@animehart animehart requested a review from a team as a code owner September 24, 2024 21:56
@elastic-vault-github-plugin-prod elastic-vault-github-plugin-prod bot requested a review from a team as a code owner September 24, 2024 22:08
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 8.x

https://github.com/elastic/kibana/actions/runs/11185826523

@animehart animehart added backport:prev-minor Backport to (8.x) the previous minor version (i.e. one version back from main) and removed backport:prev-minor Backport to (8.x) the previous minor version (i.e. one version back from main) labels Oct 4, 2024
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 8.x

https://github.com/elastic/kibana/actions/runs/11186502443

@kibanamachine
Copy link
Contributor

@animehart animehart added backport:prev-minor Backport to (8.x) the previous minor version (i.e. one version back from main) and removed backport:prev-minor Backport to (8.x) the previous minor version (i.e. one version back from main) labels Oct 4, 2024
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 8.x

https://github.com/elastic/kibana/actions/runs/11186795662

@kibanamachine
Copy link
Contributor

💔 All backports failed

Status Branch Result
8.x Backport failed because of merge conflicts

You might need to backport the following PRs to 8.x:
- Revert Mute SASS mixed-decls warnings (#195128)
- [Investigation app] add entities route and investigation Contextual Insight (#194432)
- Upgrade EUI to v96.1.0 (#194619)
- [Security][Serverless] Removed override when the quality gate runs in QA (#192885)
- [Observability Onboarding] Fix Otel for x86_64 macs (#194915)
- [Security Solution][Event Filters] Warning callout for incomplete code signature entries (#193749)

Manual backport

To create the backport manually run:

node scripts/backport --pr 193638

Questions ?

Please refer to the Backport tool documentation

@animehart animehart added backport:prev-minor Backport to (8.x) the previous minor version (i.e. one version back from main) and removed backport:prev-minor Backport to (8.x) the previous minor version (i.e. one version back from main) labels Oct 5, 2024
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 8.x

https://github.com/elastic/kibana/actions/runs/11190209723

@kibanamachine
Copy link
Contributor

💔 All backports failed

Status Branch Result
8.x Backport failed because of merge conflicts

You might need to backport the following PRs to 8.x:
- [Investigation app] add entities route and investigation Contextual Insight (#194432)
- [Security][Serverless] Removed override when the quality gate runs in QA (#192885)
- [Observability Onboarding] Fix Otel for x86_64 macs (#194915)
- [Security Solution][Event Filters] Warning callout for incomplete code signature entries (#193749)

Manual backport

To create the backport manually run:

node scripts/backport --pr 193638

Questions ?

Please refer to the Backport tool documentation

@kibanamachine kibanamachine added the backport missing Added to PRs automatically when the are determined to be missing a backport. label Oct 7, 2024
@kibanamachine
Copy link
Contributor

Friendly reminder: Looks like this PR hasn’t been backported yet.
To create automatically backports add a backport:* label or prevent reminders by adding the backport:skip label.
You can also create backports manually by running node scripts/backport --pr 193638 locally

@animehart animehart added backport:prev-minor Backport to (8.x) the previous minor version (i.e. one version back from main) and removed backport missing Added to PRs automatically when the are determined to be missing a backport. backport:prev-minor Backport to (8.x) the previous minor version (i.e. one version back from main) labels Oct 7, 2024
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 8.x

https://github.com/elastic/kibana/actions/runs/11214557108

@kibanamachine
Copy link
Contributor

💔 All backports failed

Status Branch Result
8.x Backport failed because of merge conflicts

Manual backport

To create the backport manually run:

node scripts/backport --pr 193638

Questions ?

Please refer to the Backport tool documentation

@animehart
Copy link
Contributor Author

💚 All backports created successfully

Status Branch Result
8.x

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

animehart added a commit to animehart/kibana that referenced this pull request Oct 7, 2024
elastic#193638)

In an attempt to make Reviewing easier and more accurate, the
implementation of Vulnerabilities on Host.name flyout in Alerts Page
will be split into 2 Phases

Phase 1: Move Functions, Utils or Helpers, Hooks, constants to Package
Phase 2: Implementing the feature

This is Phase 2
<img width="1465" alt="Screenshot 2024-09-20 at 5 33 01 PM"
src="https://github.com/user-attachments/assets/cabe2f3a-d35a-4825-9fe5-61fe2d570328">

---------

Co-authored-by: kibanamachine <[email protected]>
Co-authored-by: Maxim Kholod <[email protected]>
(cherry picked from commit 0b92c26)

# Conflicts:
#	.github/CODEOWNERS
tiansivive pushed a commit to tiansivive/kibana that referenced this pull request Oct 7, 2024
elastic#193638)

In an attempt to make Reviewing easier and more accurate, the
implementation of Vulnerabilities on Host.name flyout in Alerts Page
will be split into 2 Phases

Phase 1: Move Functions, Utils or Helpers, Hooks, constants to Package
Phase 2: Implementing the feature

This is Phase 2
<img width="1465" alt="Screenshot 2024-09-20 at 5 33 01 PM"
src="https://github.com/user-attachments/assets/cabe2f3a-d35a-4825-9fe5-61fe2d570328">

---------

Co-authored-by: kibanamachine <[email protected]>
Co-authored-by: Maxim Kholod <[email protected]>
@kibanamachine
Copy link
Contributor

Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync.

@kibanamachine kibanamachine added the backport missing Added to PRs automatically when the are determined to be missing a backport. label Oct 8, 2024
animehart added a commit that referenced this pull request Oct 8, 2024
…PHASE 2 (#193638) (#195230)

# Backport

This will backport the following commits from `main` to `8.x`:
- [[Cloud Security] Vulnerabilities Preview & Refactor CSP Plugin PHASE
2 (#193638)](#193638)

<!--- Backport version: 8.9.8 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Rickyanto
Ang","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-04T19:28:18Z","message":"[Cloud
Security] Vulnerabilities Preview & Refactor CSP Plugin PHASE 2
(#193638)\n\nIn an attempt to make Reviewing easier and more accurate,
the\r\nimplementation of Vulnerabilities on Host.name flyout in Alerts
Page\r\nwill be split into 2 Phases\r\n\r\nPhase 1: Move Functions,
Utils or Helpers, Hooks, constants to Package\r\nPhase 2: Implementing
the feature\r\n\r\nThis is Phase 2\r\n<img width=\"1465\"
alt=\"Screenshot 2024-09-20 at 5 33
01 PM\"\r\nsrc=\"https://github.com/user-attachments/assets/cabe2f3a-d35a-4825-9fe5-61fe2d570328\">\r\n\r\n---------\r\n\r\nCo-authored-by:
kibanamachine
<[email protected]>\r\nCo-authored-by:
Maxim Kholod
<[email protected]>","sha":"0b92c268f9e862812a4c2ab4ba50a3b90bc87a65","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:Cloud
Security","backport:prev-minor","ci:build-cloud-image","ci:project-deploy-security","v8.16.0"],"number":193638,"url":"https://github.com/elastic/kibana/pull/193638","mergeCommit":{"message":"[Cloud
Security] Vulnerabilities Preview & Refactor CSP Plugin PHASE 2
(#193638)\n\nIn an attempt to make Reviewing easier and more accurate,
the\r\nimplementation of Vulnerabilities on Host.name flyout in Alerts
Page\r\nwill be split into 2 Phases\r\n\r\nPhase 1: Move Functions,
Utils or Helpers, Hooks, constants to Package\r\nPhase 2: Implementing
the feature\r\n\r\nThis is Phase 2\r\n<img width=\"1465\"
alt=\"Screenshot 2024-09-20 at 5 33
01 PM\"\r\nsrc=\"https://github.com/user-attachments/assets/cabe2f3a-d35a-4825-9fe5-61fe2d570328\">\r\n\r\n---------\r\n\r\nCo-authored-by:
kibanamachine
<[email protected]>\r\nCo-authored-by:
Maxim Kholod
<[email protected]>","sha":"0b92c268f9e862812a4c2ab4ba50a3b90bc87a65"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/193638","number":193638,"mergeCommit":{"message":"[Cloud
Security] Vulnerabilities Preview & Refactor CSP Plugin PHASE 2
(#193638)\n\nIn an attempt to make Reviewing easier and more accurate,
the\r\nimplementation of Vulnerabilities on Host.name flyout in Alerts
Page\r\nwill be split into 2 Phases\r\n\r\nPhase 1: Move Functions,
Utils or Helpers, Hooks, constants to Package\r\nPhase 2: Implementing
the feature\r\n\r\nThis is Phase 2\r\n<img width=\"1465\"
alt=\"Screenshot 2024-09-20 at 5 33
01 PM\"\r\nsrc=\"https://github.com/user-attachments/assets/cabe2f3a-d35a-4825-9fe5-61fe2d570328\">\r\n\r\n---------\r\n\r\nCo-authored-by:
kibanamachine
<[email protected]>\r\nCo-authored-by:
Maxim Kholod
<[email protected]>","sha":"0b92c268f9e862812a4c2ab4ba50a3b90bc87a65"}},{"branch":"8.x","label":"v8.16.0","labelRegex":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

---------

Co-authored-by: kibanamachine <[email protected]>
@kibanamachine kibanamachine removed the backport missing Added to PRs automatically when the are determined to be missing a backport. label Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:prev-minor Backport to (8.x) the previous minor version (i.e. one version back from main) ci:build-cloud-image ci:project-deploy-security Create a Security Serverless Project release_note:skip Skip the PR/issue when compiling release notes Team:Cloud Security Cloud Security team related v8.16.0 v9.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.