Skip to content

Fix for CVEs #1162

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

Merged
merged 1 commit into from
Mar 2, 2023
Merged

Conversation

sunnylovestiramisu
Copy link
Contributor

@sunnylovestiramisu sunnylovestiramisu commented Mar 1, 2023

What type of PR is this?

/kind bug

What this PR does / why we need it:
Fix for CVE-2022-4450, CVE-2022-2097, CVE-2023-0286, CVE-2023-0215, CVE-2022-4304

Which issue(s) this PR fixes:
Fixes #

Special notes for your reviewer:

Kubernetes stopped creating new buster images, they've all moved to bullseye now. The recommended update is:

gcr.io/gke-release/debian-base:bullseye-v1.4.3-gke.0
or gke.gcr.io/debian-base:bullseye-v1.4.3-gke.0

On buster it is /lib/x86_64-linux-gnu/libblkid.so.1 but on bullseye is /usr/lib/x86_64-linux-gnu/libblkid.so.1. See release note

Does this PR introduce a user-facing change?:

CVE fixes: CVE-2022-4450, CVE-2022-2097, CVE-2023-0286, CVE-2023-0215, CVE-2022-4304

@k8s-ci-robot
Copy link
Contributor

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@k8s-ci-robot k8s-ci-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. kind/bug Categorizes issue or PR as related to a bug. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Mar 1, 2023
@k8s-ci-robot k8s-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Mar 1, 2023
@sunnylovestiramisu
Copy link
Contributor Author

/ok-to-test

@k8s-ci-robot k8s-ci-robot added the ok-to-test Indicates a non-member PR verified by an org member that is safe to test. label Mar 1, 2023
@sunnylovestiramisu
Copy link
Contributor Author

/assign @msau42

@mattcary
Copy link
Contributor

mattcary commented Mar 1, 2023

/lgtm
/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mattcary, sunnylovestiramisu

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added lgtm "Looks good to me", indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Mar 1, 2023
@mattcary
Copy link
Contributor

mattcary commented Mar 1, 2023

I think we need those dependencies? That's what makes distroless work.

@sunnylovestiramisu sunnylovestiramisu force-pushed the cve-update branch 2 times, most recently from 90babfb to 4ac7dae Compare March 1, 2023 01:23
@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Mar 1, 2023
@mattcary
Copy link
Contributor

mattcary commented Mar 1, 2023

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 1, 2023
@mattcary mattcary marked this pull request as ready for review March 1, 2023 01:25
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Mar 1, 2023
@k8s-ci-robot k8s-ci-robot requested a review from leiyiz March 1, 2023 01:25
@sunnylovestiramisu sunnylovestiramisu force-pushed the cve-update branch 8 times, most recently from 4c79431 to 56d1880 Compare March 1, 2023 19:17
@mattcary
Copy link
Contributor

mattcary commented Mar 1, 2023

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 1, 2023
@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 1, 2023
@sunnylovestiramisu
Copy link
Contributor Author

/retest

@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Mar 1, 2023
@mattcary
Copy link
Contributor

mattcary commented Mar 2, 2023

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 2, 2023
@k8s-ci-robot k8s-ci-robot merged commit ffa11af into kubernetes-sigs:master Mar 2, 2023
k8s-ci-robot added a commit that referenced this pull request Mar 2, 2023
…k-of-#1162-upstream-release-1.9

Automated cherry pick of #1162: Fix for CVEs
@sunnylovestiramisu sunnylovestiramisu deleted the cve-update branch March 6, 2023 18:39
k8s-ci-robot added a commit that referenced this pull request Apr 14, 2023
#1158-upstream-release-1.8

Automated cherry pick of #1162: Fix for CVEs
#1158: go version updates
k8s-ci-robot added a commit that referenced this pull request Apr 15, 2023
#1158-upstream-release-1.7

Automated cherry pick of #1162: Fix for CVEs
#1158: go version updates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/bug Categorizes issue or PR as related to a bug. lgtm "Looks good to me", indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants