python3-httplib2: correct CVE_PRODUCT mapping

The inherited "python:httplib2" mapping does not identify the packaged
project. Use "httplib2_project:httplib2" for its exact NVD dictionary
CPE and NVD configuration identity.

Backport note: master replaces a product-only mapping in version 0.32.0;
Scarthgap 0.22.0 has no recipe-local override, so this is an addition.

Signed-off-by: Devansh Patel <devanshp@cisco.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
(cherry picked from commit 0a8f71a643)
Signed-off-by: Devansh Patel <devanshp@cisco.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
This commit is contained in:
Devansh Patel
2026-09-01 10:18:00 +05:30
committed by Anuj Mittal
parent 8ee24af3c6
commit b7e7f9cc80
@@ -15,3 +15,5 @@ RDEPENDS:${PN} += "\
python3-netclient \
python3-pyparsing \
"
CVE_PRODUCT = "httplib2_project:httplib2"