diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-30 16:49:03 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-31 08:28:56 -0800 |
| commit | 34f5fd45afc368ef9c257de5fd2c64cce838d507 (patch) | |
| tree | ee81f01384a41146b5d164159ae3331e21d6e98a /meta-python/recipes-devtools | |
| parent | 07dd23f6810485bf431612b20b5b169c74024c6c (diff) | |
| download | meta-openembedded-34f5fd45afc368ef9c257de5fd2c64cce838d507.tar.gz | |
python3-svglib: set CVE_PRODUCT
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 <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-svglib_1.6.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ | |||
| 6 | LICENSE = "LGPL-3.0-or-later" | 6 | LICENSE = "LGPL-3.0-or-later" |
| 7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b52f2d57d10c4f7ee67a7eb9615d5d24" | 7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b52f2d57d10c4f7ee67a7eb9615d5d24" |
| 8 | 8 | ||
| 9 | CVE_PRODUCT = "svglib" | ||
| 10 | |||
| 9 | SRC_URI[sha256sum] = "4c38a274a744ef0d1677f55d5d62fc0fb798819f813e52872a796e615741733d" | 11 | SRC_URI[sha256sum] = "4c38a274a744ef0d1677f55d5d62fc0fb798819f813e52872a796e615741733d" |
| 10 | 12 | ||
| 11 | inherit pypi python_hatchling | 13 | inherit pypi python_hatchling |
