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:
Thomas Perale
2026-01-20 09:24:01 +01:00
parent d94991e1f0
commit da873e5a11

View File

@@ -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