mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-21 10:40:24 +00:00
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:
@@ -15,3 +15,5 @@ RDEPENDS:${PN} += "\
|
||||
python3-netclient \
|
||||
python3-pyparsing \
|
||||
"
|
||||
|
||||
CVE_PRODUCT = "httplib2_project:httplib2"
|
||||
|
||||
Reference in New Issue
Block a user