diff options
| author | Peter Marko <peter.marko@siemens.com> | 2024-10-23 23:24:39 +0200 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-11-02 06:32:36 -0700 |
| commit | 6cac0cf4fef6aeb9d0584809a40774bc5895b635 (patch) | |
| tree | 57b6d7d02523e705e8f13500681bdbf2c00f4b62 /meta/recipes-devtools/python | |
| parent | e50d61d7df1aaa7a8850a4cc1ae661d657c311d5 (diff) | |
| download | poky-6cac0cf4fef6aeb9d0584809a40774bc5895b635.tar.gz | |
python3: ignore fixed CVEs
These CVEs were fixed in 3.10.15
Commit 487e8cdf1df6feba6d88fa29e11791f4ebaaa362 removed patches in favor
of version upgrade, which caused the CVEs to re-appear in reports.
(From OE-Core rev: 2cf10084c56c83da3deff4e65e619afab80e08e1)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/python')
| -rw-r--r-- | meta/recipes-devtools/python/python3_3.10.15.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3_3.10.15.bb b/meta/recipes-devtools/python/python3_3.10.15.bb index 4157b8cb83..0eb619dfa2 100644 --- a/meta/recipes-devtools/python/python3_3.10.15.bb +++ b/meta/recipes-devtools/python/python3_3.10.15.bb | |||
| @@ -63,6 +63,8 @@ CVE_CHECK_IGNORE += "CVE-2020-15523 CVE-2022-26488" | |||
| 63 | CVE_CHECK_IGNORE += "CVE-2015-20107" | 63 | CVE_CHECK_IGNORE += "CVE-2015-20107" |
| 64 | # Not an issue, in fact expected behaviour | 64 | # Not an issue, in fact expected behaviour |
| 65 | CVE_CHECK_IGNORE += "CVE-2023-36632" | 65 | CVE_CHECK_IGNORE += "CVE-2023-36632" |
| 66 | # Fixes are included in 3.10.15 | ||
| 67 | CVE_CHECK_IGNORE += "CVE-2023-27043 CVE-2024-6232 CVE-2024-7592" | ||
| 66 | 68 | ||
| 67 | PYTHON_MAJMIN = "3.10" | 69 | PYTHON_MAJMIN = "3.10" |
| 68 | 70 | ||
