summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHimanshu Jadon <hjadon@cisco.com>2026-04-17 01:33:43 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-04-21 02:35:32 +0000
commit484a57d2df5d02e2cc64a7b7e03be93ffeaff8d4 (patch)
treed65f38d94f721de3b4788c174f2ae99c93fa729d
parent84c856c442e420a8fcaa9498d1f0dc2fe511cc01 (diff)
downloadmeta-virtualization-484a57d2df5d02e2cc64a7b7e03be93ffeaff8d4.tar.gz
criu: Add CVE_PRODUCT to align with NVD CPE
CVE_PRODUCT has been set to criu:checkpoint/restore_in_userspace to align with the product naming used in the NVD CPE database for criu. The slash-containing product token is intentional as NVD references this project under checkpoint/restore_in_userspace. Only a single CPE entry exists in the NVD for this product: cpe:2.3:a:criu:checkpoint/restore_in_userspace Signed-off-by: Himanshu Jadon <hjadon@cisco.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/criu/criu_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-containers/criu/criu_git.bb b/recipes-containers/criu/criu_git.bb
index c27ca56e..497201f5 100644
--- a/recipes-containers/criu/criu_git.bb
+++ b/recipes-containers/criu/criu_git.bb
@@ -108,3 +108,5 @@ FILES:${PN}-staticdev += " \
108 ${libexecdir}/compel/std.lib.a \ 108 ${libexecdir}/compel/std.lib.a \
109 ${libexecdir}/compel/fds.lib.a \ 109 ${libexecdir}/compel/fds.lib.a \
110 " 110 "
111
112CVE_PRODUCT = "criu:checkpoint\/restore_in_userspace"