From 90be056b09a54715f99f817f6650797578169188 Mon Sep 17 00:00:00 2001 From: Aidan Stewart Date: Thu, 18 Sep 2025 08:41:19 -0600 Subject: [PATCH] cryptoauthlib: Set CVE_VERSION This prevents false positives from the CVE checker, as NVD still expects the old style (YYYYMMDD) version numbering. Signed-off-by: Aidan Stewart --- recipes-security/cryptoauthlib/cryptoauthlib_3.7.7.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-security/cryptoauthlib/cryptoauthlib_3.7.7.bb b/recipes-security/cryptoauthlib/cryptoauthlib_3.7.7.bb index a92daacc..d76fd4ea 100644 --- a/recipes-security/cryptoauthlib/cryptoauthlib_3.7.7.bb +++ b/recipes-security/cryptoauthlib/cryptoauthlib_3.7.7.bb @@ -10,6 +10,7 @@ SRC_URI = "git://github.com/MicrochipTech/cryptoauthlib.git;branch=main;protocol PV = "1.0+git${SRCPV}" SRCREV = "caf67be64865a126c0cb23ac610213083baa6a60" +CVE_VERSION = "20250213" S = "${WORKDIR}/git"