Package: golang-github-containers-storage / 1.24.8+dfsg1-1+deb11u1

Metadata

Package Version Patches format
golang-github-containers-storage 1.24.8+dfsg1-1+deb11u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
test.patch | (download)

utils_test.go | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 workaround a bad test
Forwarded-Upstream: https://github.com/containers/storage/issues/712




0001 pkg idtools export RawTo Container Host.patch | (download)

pkg/idtools/idtools.go | 36 22 + 14 - 0 !
1 file changed, 22 insertions(+), 14 deletions(-)

 [patch 1/4] pkg: idtools: export rawto{container,host}

While the IDMapping methods are preferable for most users, sometimes it
is necessary to map a single ID using a given mapping. In particular
this is needed for psgo to be able to map the user and group entries in
/proc/$pid/status using the user namespace of the target process.

Required to resolve CVE-2022-1227.

Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
Backported-by: Valentin Rothberg <vrothberg@redhat.com>