]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
apr-util: Add CVE_PRODUCT to support product name
authorHimanshu Jadon <hjadon@cisco.com>
Mon, 27 Apr 2026 08:48:13 +0000 (01:48 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 29 Apr 2026 09:28:16 +0000 (10:28 +0100)
apr-util is tracked in NVD under apache:apr-util, while a smaller set
of newer CVEs also appears under apache:portable_runtime_utility.
Set CVE_PRODUCT accordingly so cve-check can cover both the historical
and current NVD product identities used for APR-util.

Signed-off-by: Himanshu Jadon <hjadon@cisco.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
meta/recipes-support/apr/apr-util_1.6.3.bb

index 17dc79cc9a4108bc4729c7fc1886d31a5c191f8b..cb5465f8729616dad5d4ec86a6197e3593ef90ff 100644 (file)
@@ -94,3 +94,6 @@ do_install_ptest() {
          cp -r ${B}/test/$i $t; \
        done
 }
+
+# Add CVE_PRODUCT to match the NVD CPE product name
+CVE_PRODUCT = "apache:apr-util apache:portable_runtime_utility"