diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-30 16:48:57 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-31 08:28:55 -0800 |
| commit | 82255f0af323608376e298d0bb8fbfdeecb7bcb4 (patch) | |
| tree | 00aee0b0750c0877a4481a281d506fe5f9773290 /meta-python/recipes-devtools | |
| parent | 97363a7b77c026c349136ae4037361961dff4b83 (diff) | |
| download | meta-openembedded-82255f0af323608376e298d0bb8fbfdeecb7bcb4.tar.gz | |
python3-parso: set CVE_PRODUCT
There is one related CVE tracked by nist, using the parso_project:parso CPE,
which doesn't match the default python:parso CPE.
See CVE db query:
sqlite> select * from products where PRODUCT like 'parso';
CVE-2019-12760|parso_project|parso|||0.4.0|<=
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/recipes-devtools')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-parso_0.8.5.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-parso_0.8.5.bb b/meta-python/recipes-devtools/python/python3-parso_0.8.5.bb index e609a4ad73..2bde8c3f40 100644 --- a/meta-python/recipes-devtools/python/python3-parso_0.8.5.bb +++ b/meta-python/recipes-devtools/python/python3-parso_0.8.5.bb | |||
| @@ -7,6 +7,8 @@ PYPI_PACKAGE = "parso" | |||
| 7 | 7 | ||
| 8 | SRC_URI[sha256sum] = "034d7354a9a018bdce352f48b2a8a450f05e9d6ee85db84764e9b6bd96dafe5a" | 8 | SRC_URI[sha256sum] = "034d7354a9a018bdce352f48b2a8a450f05e9d6ee85db84764e9b6bd96dafe5a" |
| 9 | 9 | ||
| 10 | CVE_PRODUCT = "parso" | ||
| 11 | |||
| 10 | inherit setuptools3 pypi | 12 | inherit setuptools3 pypi |
| 11 | 13 | ||
| 12 | RDEPENDS:${PN} = " \ | 14 | RDEPENDS:${PN} = " \ |
