From: Chen Qi <[email protected]> The CVE_VERSION defaults to PV, but in NVD database, there's no prefixing 'v' in database. So set CVE_VERSION explicitly for better CVE scanning.
Signed-off-by: Chen Qi <[email protected]> --- recipes-containers/kubernetes/kubernetes_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-containers/kubernetes/kubernetes_git.bb b/recipes-containers/kubernetes/kubernetes_git.bb index 8b7c9e0..fefb2c1 100644 --- a/recipes-containers/kubernetes/kubernetes_git.bb +++ b/recipes-containers/kubernetes/kubernetes_git.bb @@ -6,6 +6,7 @@ maintenance, and scaling of applications. \ " PV = "v1.27.1+git${SRCREV_kubernetes}" +CVE_VERSION = "1.27.1" SRCREV_kubernetes = "2555e0f90e80a13628f47eca5cde34decc89babb" SRCREV_kubernetes-release = "21382abdbfa8e6a43fd417306fa649cb651cc06e" PE = "1" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8130): https://lists.yoctoproject.org/g/meta-virtualization/message/8130 Mute This Topic: https://lists.yoctoproject.org/mt/100322950/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
