diff options
Diffstat (limited to 'meta/recipes-devtools/python')
| -rw-r--r-- | meta/recipes-devtools/python/python3_3.10.2.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/python/python3_3.10.2.bb b/meta/recipes-devtools/python/python3_3.10.2.bb index d07bb017ea..429839b622 100644 --- a/meta/recipes-devtools/python/python3_3.10.2.bb +++ b/meta/recipes-devtools/python/python3_3.10.2.bb | |||
| @@ -49,12 +49,12 @@ UPSTREAM_CHECK_URI = "https://www.python.org/downloads/source/" | |||
| 49 | CVE_PRODUCT = "python" | 49 | CVE_PRODUCT = "python" |
| 50 | 50 | ||
| 51 | # Upstream consider this expected behaviour | 51 | # Upstream consider this expected behaviour |
| 52 | CVE_CHECK_WHITELIST += "CVE-2007-4559" | 52 | CVE_CHECK_IGNORE += "CVE-2007-4559" |
| 53 | # This is not exploitable when glibc has CVE-2016-10739 fixed. | 53 | # This is not exploitable when glibc has CVE-2016-10739 fixed. |
| 54 | CVE_CHECK_WHITELIST += "CVE-2019-18348" | 54 | CVE_CHECK_IGNORE += "CVE-2019-18348" |
| 55 | 55 | ||
| 56 | # This is windows only issue. | 56 | # This is windows only issue. |
| 57 | CVE_CHECK_WHITELIST += "CVE-2020-15523" | 57 | CVE_CHECK_IGNORE += "CVE-2020-15523" |
| 58 | 58 | ||
| 59 | PYTHON_MAJMIN = "3.10" | 59 | PYTHON_MAJMIN = "3.10" |
| 60 | 60 | ||
