diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-31 08:54:08 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-31 08:33:59 -0800 |
| commit | 6cc3c31ed6680e3a545ddf8bfce07bb4b3b4e94a (patch) | |
| tree | 2e0d30663ed591a30f411081bfa459aebc05dfb1 /meta-python/recipes-devtools | |
| parent | 93fd9b0db09b50e40084f1a73c9df66f9262a670 (diff) | |
| download | meta-openembedded-6cc3c31ed6680e3a545ddf8bfce07bb4b3b4e94a.tar.gz | |
python3-brotli: set CVE_PRODUCT
There is one brotli repository for all language bindings, and the same
CPE is used for all: google:brotli (instead of the expected default
of python:brotli, in case of the Python package).
Set the CVE_PRODUCT accordingly.
See CVE db query:
sqlite> select * from products where product like 'brotli';
CVE-2020-8927|google|brotli|||1.0.8|<
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-brotli_1.1.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-brotli_1.1.0.bb b/meta-python/recipes-devtools/python/python3-brotli_1.1.0.bb index 2f7016a546..5676d4ef97 100644 --- a/meta-python/recipes-devtools/python/python3-brotli_1.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-brotli_1.1.0.bb | |||
| @@ -7,6 +7,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=941ee9cd1609382f946352712a319b4b" | |||
| 7 | PYPI_PACKAGE = "Brotli" | 7 | PYPI_PACKAGE = "Brotli" |
| 8 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | 8 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" |
| 9 | 9 | ||
| 10 | CVE_PRODUCT = "brotli" | ||
| 11 | |||
| 10 | SRC_URI[sha256sum] = "81de08ac11bcb85841e440c13611c00b67d3bf82698314928d0b676362546724" | 12 | SRC_URI[sha256sum] = "81de08ac11bcb85841e440c13611c00b67d3bf82698314928d0b676362546724" |
| 11 | 13 | ||
| 12 | inherit pypi python_setuptools_build_meta | 14 | inherit pypi python_setuptools_build_meta |
