mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: podman: Hide CVE-2022-2989.
This issue seems to be properly adressed since version v4.3.0-rc1. * gnu/packages/containers.scm (podman)[properties]<lint-hidden-cve>: Hide CVE-2022-2989. Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This commit is contained in:
parent
e5d58e52d1
commit
733f8577d7
1 changed files with 3 additions and 1 deletions
|
@ -530,7 +530,9 @@ Its main purpose is to support the key usage by @code{docker-init}:
|
|||
(version "5.6.0")
|
||||
(outputs '("out" "docker"))
|
||||
(properties
|
||||
`((output-synopsis "docker" "docker alias for podman")))
|
||||
`((output-synopsis "docker" "docker alias for podman")
|
||||
;; XXX: Adressed already.
|
||||
(lint-hidden-cve . ("CVE-2022-2989"))))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue