diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-31 08:54:15 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-31 08:34:01 -0800 |
| commit | 30b0c458bb460d32c2a7daddb84651b26832ec78 (patch) | |
| tree | ae34948549ff1c40c2b92642ab29e46a94e24b26 /meta-python/recipes-devtools/python/python3-lief_0.17.1.bb | |
| parent | b4fd4a6217cc94bece31ac662815a13343888ee6 (diff) | |
| download | meta-openembedded-30b0c458bb460d32c2a7daddb84651b26832ec78.tar.gz | |
python3-lief: set CVE_PRODUCT
The correct CVE_PRODUCT is "lief" for this recipe instead of the default
${PN}, that doesn't match relevant CVEs.
See CVE db query:
sqlite> select * from products where product like 'lief';
CVE-2021-32297|lief-project|lief|||0.11.4|<=
CVE-2022-38306|lief-project|lief|||0.12.1|<
CVE-2022-38307|lief-project|lief|||0.12.1|<
CVE-2022-38495|lief-project|lief|||0.12.1|<=
CVE-2022-38496|lief-project|lief|||0.12.1|<=
CVE-2022-38497|lief-project|lief|||0.12.1|<=
CVE-2022-40922|lief-project|lief|0.12.1|=||
CVE-2022-40923|lief-project|lief|0.12.1|=||
CVE-2022-43171|lief-project|lief|0.12.1|=||
CVE-2024-31636|lief-project|lief|0.14.1|=||
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/python3-lief_0.17.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-lief_0.17.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-lief_0.17.1.bb b/meta-python/recipes-devtools/python/python3-lief_0.17.1.bb index de54d45ef2..de6390d210 100644 --- a/meta-python/recipes-devtools/python/python3-lief_0.17.1.bb +++ b/meta-python/recipes-devtools/python/python3-lief_0.17.1.bb | |||
| @@ -12,6 +12,8 @@ SRC_URI = " \ | |||
| 12 | file://0002-api-python-config-default.toml-Debug.patch \ | 12 | file://0002-api-python-config-default.toml-Debug.patch \ |
| 13 | " | 13 | " |
| 14 | 14 | ||
| 15 | CVE_PRODUCT = "lief" | ||
| 16 | |||
| 15 | PEP517_SOURCE_PATH = "${S}/api/python" | 17 | PEP517_SOURCE_PATH = "${S}/api/python" |
| 16 | 18 | ||
| 17 | export LIEF_BUILD_DIR = "${B}" | 19 | export LIEF_BUILD_DIR = "${B}" |
