There is only one relevant CVE in the database, but it is tracked using
svglib_project:svglib CPE, not the expected python:svglib CPE, making the
cve-checker miss it.

See CVE db query:
sqlite> select * from products where product like '%svglib%';
CVE-2020-10799|svglib_project|svglib|||0.9.3|<=

Set the CVE_PRODUCT accordingly.

Signed-off-by: Gyorgy Sarvari <[email protected]>
---
 meta-python/recipes-devtools/python/python3-svglib_1.6.0.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python3-svglib_1.6.0.bb 
b/meta-python/recipes-devtools/python/python3-svglib_1.6.0.bb
index 67c072c9a1..fc16e3099d 100644
--- a/meta-python/recipes-devtools/python/python3-svglib_1.6.0.bb
+++ b/meta-python/recipes-devtools/python/python3-svglib_1.6.0.bb
@@ -6,6 +6,8 @@ DESCRIPTION = "Svglib is a Python library for reading SVG files 
and \
 LICENSE = "LGPL-3.0-or-later"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b52f2d57d10c4f7ee67a7eb9615d5d24"
 
+CVE_PRODUCT = "svglib"
+
 SRC_URI[sha256sum] = 
"4c38a274a744ef0d1677f55d5d62fc0fb798819f813e52872a796e615741733d"
 
 inherit pypi python_hatchling
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#123036): 
https://lists.openembedded.org/g/openembedded-devel/message/123036
Mute This Topic: https://lists.openembedded.org/mt/116999124/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to