diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-30 15:29:00 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-31 08:28:54 -0800 |
| commit | 851e449d546f3680ae764e44f04bfb5d2017634b (patch) | |
| tree | 8b4fb96e04661d53f0e3f258fd3004b8137f62ff /meta-python | |
| parent | 6f2ce3843ec809c63f0818fe1e8f5daec54fe78f (diff) | |
| download | meta-openembedded-851e449d546f3680ae764e44f04bfb5d2017634b.tar.gz | |
python3-html5lib: set CVE_PRODUCT
There are currently 2 related CVEs in the NIST db, both of them are tracked with
html5lib:html5lib CPE, so the default python:html5lib CPE doesn't match.
See CVE db query:
sqlite> select * from products where PRODUCT like '%html5lib%';
CVE-2016-9909|html5lib|html5lib|||0.99999999|<=
CVE-2016-9910|html5lib|html5lib|||0.99999999|<=
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')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-html5lib_1.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-html5lib_1.1.bb b/meta-python/recipes-devtools/python/python3-html5lib_1.1.bb index 94fbe0455e..8b32580d4a 100644 --- a/meta-python/recipes-devtools/python/python3-html5lib_1.1.bb +++ b/meta-python/recipes-devtools/python/python3-html5lib_1.1.bb | |||
| @@ -13,4 +13,6 @@ RDEPENDS:${PN} += "\ | |||
| 13 | python3-xml \ | 13 | python3-xml \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
| 16 | CVE_PRODUCT = "html5lib" | ||
| 17 | |||
| 16 | BBCLASSEXTEND = "native nativesdk" | 18 | BBCLASSEXTEND = "native nativesdk" |
