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/runc/runc-docker_git.bb | 2 ++ recipes-containers/runc/runc-opencontainers_git.bb | 2 ++ 2 files changed, 4 insertions(+) diff --git a/recipes-containers/runc/runc-docker_git.bb b/recipes-containers/runc/runc-docker_git.bb index d614fc4..ff142d0 100644 --- a/recipes-containers/runc/runc-docker_git.bb +++ b/recipes-containers/runc/runc-docker_git.bb @@ -10,3 +10,5 @@ SRC_URI = "git://github.com/opencontainers/runc;nobranch=1;name=runc-docker \ " RUNC_VERSION = "1.0.0-rc93" + +CVE_PRODUCT = "runc" diff --git a/recipes-containers/runc/runc-opencontainers_git.bb b/recipes-containers/runc/runc-opencontainers_git.bb index 425ce83..f3ff9a8 100644 --- a/recipes-containers/runc/runc-opencontainers_git.bb +++ b/recipes-containers/runc/runc-opencontainers_git.bb @@ -6,3 +6,5 @@ SRC_URI = " \ file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \ " RUNC_VERSION = "1.0.0-rc93" + +CVE_PRODUCT = "runc" -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6478): https://lists.yoctoproject.org/g/meta-virtualization/message/6478 Mute This Topic: https://lists.yoctoproject.org/mt/82433223/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
