Allows the yocto cve-checker to flag CVEs, which would otherwise go unreported due to the package name not matching NIST NVD data.
Signed-off-by: Ralph Siemsen <[email protected]> --- recipes-containers/containerd/containerd-opencontainers_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-containers/containerd/containerd-opencontainers_git.bb b/recipes-containers/containerd/containerd-opencontainers_git.bb index c0145b7..b4de3cb 100644 --- a/recipes-containers/containerd/containerd-opencontainers_git.bb +++ b/recipes-containers/containerd/containerd-opencontainers_git.bb @@ -118,3 +118,5 @@ INSANE_SKIP_${PN} += "ldflags already-stripped" COMPATIBLE_HOST = "^(?!(qemu)?mips).*" RDEPENDS_${BPN} += " virtual/runc" + +CVE_PRODUCT = "containerd" -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6477): https://lists.yoctoproject.org/g/meta-virtualization/message/6477 Mute This Topic: https://lists.yoctoproject.org/mt/82433220/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
