1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-15 15:37:03 +00:00

apr-util: Add CVE_PRODUCT to support product name

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.

(From OE-Core rev: 3a157840148e14ec9019a008ab94e7f708baac05)

Signed-off-by: Himanshu Jadon <hjadon@cisco.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
(cherry picked from commit 927b505c982ed7443aed348ca54b0073ac63d938)
Signed-off-by: Himanshu Jadon <hjadon@cisco.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
This commit is contained in:
Himanshu Jadon
2026-06-02 06:31:14 -07:00
committed by Paul Barker
parent d3d5e50fc6
commit b61a268160
@@ -95,3 +95,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"