diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-30 11:54:45 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-31 08:28:51 -0800 |
| commit | 96a2496b6569fc0fb747a9029959a77672edb35e (patch) | |
| tree | 35e21baaa78f9962dd8e4086bb2dcba76a9488b5 /meta-python/recipes-devtools/python | |
| parent | f06f03200d9096371326a83d454a4847ebd6ef47 (diff) | |
| download | meta-openembedded-96a2496b6569fc0fb747a9029959a77672edb35e.tar.gz | |
python3-cbor2: set CVE_PRODUCT
The default, "python:cbor2" CVE_PRODUCT is not appropriate for this
recipe, because most associated CVEs use "agronholm:cbor2" CPE.
Set the CVE_PRODUCT to cbor2, so it will match the currently used
CPE, and in case there will be future python:cbor2 CPEs also, they
will be matched too.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-cbor2_5.7.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cbor2_5.7.1.bb b/meta-python/recipes-devtools/python/python3-cbor2_5.7.1.bb index e124207cbf..26dc41802f 100644 --- a/meta-python/recipes-devtools/python/python3-cbor2_5.7.1.bb +++ b/meta-python/recipes-devtools/python/python3-cbor2_5.7.1.bb | |||
| @@ -15,4 +15,6 @@ RDEPENDS:${PN} += " \ | |||
| 15 | python3-datetime \ | 15 | python3-datetime \ |
| 16 | " | 16 | " |
| 17 | 17 | ||
| 18 | CVE_PRODUCT = "cbor2" | ||
| 19 | |||
| 18 | BBCLASSEXTEND = "native nativesdk" | 20 | BBCLASSEXTEND = "native nativesdk" |
