mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/podman: add CPE
Add the `podman_project:podman` CPE referenced in the GHSA page [1].
The last entry with this CPE is CVE-2024-3056 [2].
Dropping the `v` prefix from the version to track the CPE version
correctly.
[1] https://github.com/containers/podman/security
[2] https://nvd.nist.gov//vuln/detail/CVE-2024-3056
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit 3848bea3c3)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
@@ -31,6 +31,8 @@ PODMAN_TAGS += seccomp
|
||||
PODMAN_DEPENDENCIES += shadow
|
||||
PODMAN_TAGS += libsubid
|
||||
|
||||
PODMAN_CPE_ID_VERSION = $(subst v,,$(PODMAN_VERSION))
|
||||
|
||||
ifeq ($(BR2_PACKAGE_BTRFS_PROGS),y)
|
||||
PODMAN_DEPENDENCIES += btrfs-progs
|
||||
define PODMAN_LINUX_CONFIG_FIXUPS_BTRFS
|
||||
|
||||
Reference in New Issue
Block a user