From 65e935d2a26f6d1c9ea9739c77a3afcbee186525 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Tue, 31 Mar 2026 14:44:46 +0200 Subject: [PATCH] gattlib: drop obsolete CVE_STATUS The CVE is now tracked by NVD with a version that is earlier than the recipe, the vulnerability doesn't show up in the CVE report anymore. Signed-off-by: Gyorgy Sarvari Signed-off-by: Khem Raj --- meta-oe/recipes-connectivity/gattlib/gattlib_0.7.2.bb | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-oe/recipes-connectivity/gattlib/gattlib_0.7.2.bb b/meta-oe/recipes-connectivity/gattlib/gattlib_0.7.2.bb index 1ebb8350b2..65b1e93468 100644 --- a/meta-oe/recipes-connectivity/gattlib/gattlib_0.7.2.bb +++ b/meta-oe/recipes-connectivity/gattlib/gattlib_0.7.2.bb @@ -14,9 +14,6 @@ SRC_URI = "git://github.com/labapart/gattlib.git;branch=master;protocol=https;ta SRCBRANCH = "master" SRCREV = "f99558d9b8e3dbba2a952a0b292d3497aec8ee69" - -CVE_STATUS[CVE-2019-6498] = "fixed-version: patch is already included in sources" - PACKAGECONFIG[examples] = "-DGATTLIB_BUILD_EXAMPLES=ON,-DGATTLIB_BUILD_EXAMPLES=OFF" # Set this to force use of DBus API if Bluez version is older than 5.42