diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-31 08:54:28 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-31 08:34:03 -0800 |
| commit | 638b08966b80510594bb0eb59304ff803cdd2d05 (patch) | |
| tree | 611fa51a12f16d08f65605e2d849e22e99ab554f /meta-python | |
| parent | d4785556af0349d69c9dea1694f62ab671afcd1a (diff) | |
| download | meta-openembedded-638b08966b80510594bb0eb59304ff803cdd2d05.tar.gz | |
python3-markdown-it-py: set CVE_PRODUCT
The related CVE entries are tracked with executablebooks:markdown-it-py CPE
value, and the default python:markdown-it-py CPE doesn't match relevant
entries. Set CVE_PRODUCT accordingly.
See CVE db query:
sqlite> select * from products where product like '%markdown-it-py%';
CVE-2023-26302|executablebooks|markdown-it-py|||2.2.0|<
CVE-2023-26303|executablebooks|markdown-it-py|||2.2.0|<
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-markdown-it-py_3.0.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-markdown-it-py_3.0.0.bb b/meta-python/recipes-devtools/python/python3-markdown-it-py_3.0.0.bb index 5ba4fc88b7..1944574fdb 100644 --- a/meta-python/recipes-devtools/python/python3-markdown-it-py_3.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-markdown-it-py_3.0.0.bb | |||
| @@ -10,5 +10,6 @@ inherit pypi python_flit_core | |||
| 10 | RDEPENDS:${PN} += "python3-mdurl" | 10 | RDEPENDS:${PN} += "python3-mdurl" |
| 11 | 11 | ||
| 12 | PYPI_PACKAGE = "markdown-it-py" | 12 | PYPI_PACKAGE = "markdown-it-py" |
| 13 | CVE_PRODUCT = "markdown-it-py" | ||
| 13 | 14 | ||
| 14 | BBCLASSEXTEND = "native nativesdk" | 15 | BBCLASSEXTEND = "native nativesdk" |
