diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-31 08:54:06 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-31 08:33:59 -0800 |
| commit | cc9af72f13558cc0dba70ff8a6aef416f249698d (patch) | |
| tree | f2b67858b6ef1533cc2408ee818ada002db1705b /meta-python | |
| parent | 1fac509459c4e2d970121b66ae33cd53ef1eb8a6 (diff) | |
| download | meta-openembedded-cc9af72f13558cc0dba70ff8a6aef416f249698d.tar.gz | |
python3-autobahn: set CVE_PRODUCT
The only CVE stored in the CVE db is tracked with "crossbar" vendor,
which makes the default python:autobahn CPE to not match.
Set the CVE_PRODUCT accordingly.
See CVE db query:
sqlite> select * from products where product like 'autobahn';
CVE-2020-35678|crossbar|autobahn|||20.12.3|<
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-autobahn_25.11.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-autobahn_25.11.1.bb b/meta-python/recipes-devtools/python/python3-autobahn_25.11.1.bb index 45d2fd5e8c..922252e83d 100644 --- a/meta-python/recipes-devtools/python/python3-autobahn_25.11.1.bb +++ b/meta-python/recipes-devtools/python/python3-autobahn_25.11.1.bb | |||
| @@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=588502cb4ffc65da2b26780d6baa5a40" | |||
| 5 | 5 | ||
| 6 | SRC_URI[sha256sum] = "52e62b9cc80c3e989b182952a60fd25c9a69afb00854a925a2b185f7b1f73cf1" | 6 | SRC_URI[sha256sum] = "52e62b9cc80c3e989b182952a60fd25c9a69afb00854a925a2b185f7b1f73cf1" |
| 7 | 7 | ||
| 8 | CVE_PRODUCT = "autobahn" | ||
| 9 | |||
| 8 | inherit pypi python_setuptools_build_meta | 10 | inherit pypi python_setuptools_build_meta |
| 9 | 11 | ||
| 10 | DEPENDS += " \ | 12 | DEPENDS += " \ |
