All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH] containerd-opencontainers: add CVE_VERSION setting
@ 2022-04-26  4:25 Chen Qi
  2022-04-26 21:03 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Chen Qi @ 2022-04-26  4:25 UTC (permalink / raw)
  To: meta-virtualization

The NVD database uses version without a prefixing 'v'
for containerd.

e.g.
https://nvd.nist.gov/vuln/detail/CVE-2022-23648

So we need to explictly set CVE_VERSION.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 recipes-containers/containerd/containerd-opencontainers_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-containers/containerd/containerd-opencontainers_git.bb b/recipes-containers/containerd/containerd-opencontainers_git.bb
index edb5974..b0f92b1 100644
--- a/recipes-containers/containerd/containerd-opencontainers_git.bb
+++ b/recipes-containers/containerd/containerd-opencontainers_git.bb
@@ -16,6 +16,7 @@ LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=1269f40c0d099c21a871163984590d89"
 
 CONTAINERD_VERSION = "v1.6.1"
+CVE_VERSION = "1.6.1"
 
 EXTRA_OEMAKE += "GODEBUG=1"
 
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-26 21:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-26  4:25 [meta-virtualization][PATCH] containerd-opencontainers: add CVE_VERSION setting Chen Qi
2022-04-26 21:03 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.