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

[v4.4.1-crio] Bump Buildah to v1.29.3 CVE-2024-1753 #22210

Merged

Conversation

TomSweeneyRedHat
Copy link
Member

As the title says. Addresses CVE-2024-1753
https://issues.redhat.com/browse/OCPBUGS-30996

[NO NEW TESTS NEEDED]

Does this PR introduce a user-facing change?

None

As the title says.  Addresses CVE-2024-1753
https://issues.redhat.com/browse/OCPBUGS-30996

[NO NEW TESTS NEEDED]

Signed-off-by: tomsweeneyredhat <[email protected]>
Copy link
Contributor

openshift-ci bot commented Mar 29, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: TomSweeneyRedHat

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

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 29, 2024
@TomSweeneyRedHat
Copy link
Member Author

@mheon PTAL. I strongly suspect this will be bloated too

@mheon mheon added the bloat_approved Approve a PR in which binary file size grows by over 50k label Mar 29, 2024
@TomSweeneyRedHat
Copy link
Member Author

@edsantiago any thoughts on the test errors here?

@edsantiago
Copy link
Member

The common error I see is

crun: setgroups: Invalid argument

...which doesn't really give anyone anything to go on. @giuseppe?

@mheon
Copy link
Member

mheon commented Apr 1, 2024

I think we're missing a patch in this branch, but it's hard to say which one.

@giuseppe
Copy link
Member

giuseppe commented Apr 2, 2024

The common error I see is

crun: setgroups: Invalid argument

...which doesn't really give anyone anything to go on. @giuseppe?

that error means that we are trying to use a gid that is not present in the current user namespace. In other words, we are using a too small user namespace for the specified gid.

@giuseppe
Copy link
Member

giuseppe commented Apr 2, 2024

[+0584s] time="2024-03-29T09:05:45-05:00" level=error msg="\"crun: mount `devpts` to `/dev/pts`: Invalid argument: OCI runtime error\""

the one above could fail for the same reason

@giuseppe
Copy link
Member

giuseppe commented Apr 2, 2024

CI failures are introduced by 59ebe6d (#21132)

@giuseppe
Copy link
Member

giuseppe commented Apr 2, 2024

if the branch is used only for CRI-O, then rootless should not matter

@rhatdan
Copy link
Member

rhatdan commented Apr 2, 2024

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Apr 2, 2024
@TomSweeneyRedHat
Copy link
Member Author

Good catch @giuseppe , I had completely forgotten about that. @mheon do we close our eyes and push the shiny merge button?

@mheon
Copy link
Member

mheon commented Apr 2, 2024

CI on this branch is obviously broken and has been since it was created. I'm still concerned because this is not specifically for CRI-O, just for OCP, but we have merged into the branch before despite failing CI.

@mheon mheon merged commit b87bac3 into containers:v4.4.1-crio Apr 2, 2024
44 of 55 checks passed
@stale-locking-app stale-locking-app bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Jul 2, 2024
@stale-locking-app stale-locking-app bot locked as resolved and limited conversation to collaborators Jul 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. bloat_approved Approve a PR in which binary file size grows by over 50k lgtm Indicates that a PR is ready to be merged. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. release-note-none
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants