diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-02-05 07:59:40 +0100 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-02-19 08:20:21 +0530 |
| commit | 49cf55619b0a3df2e41b7332ba4cb7e92ad2f272 (patch) | |
| tree | c6ba683e2c1b4bab275386fee103babb0d77ad3c /meta-python | |
| parent | 8cbb7863470635821a65831882fee3f0831826ad (diff) | |
| download | meta-openembedded-49cf55619b0a3df2e41b7332ba4cb7e92ad2f272.tar.gz | |
python3-m2crypto: ignore CVE-2009-0127
Details: https://nvd.nist.gov/vuln/detail/CVE-2009-0127
The vulnerability is disputed[1] by upstream:
"There is no vulnerability in M2Crypto. Nowhere in the functions
are the return values of OpenSSL functions interpreted incorrectly.
The functions provide an interface to their users that may be
considered confusing, but is not incorrect, nor it is a vulnerability."
[1]: https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2009-0127
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit b46a5452a1c1a417f2971e494e151fa1f4022e36)
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-m2crypto_0.46.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-m2crypto_0.46.2.bb b/meta-python/recipes-devtools/python/python3-m2crypto_0.46.2.bb index 9aac7b344f..efb6c79fa7 100644 --- a/meta-python/recipes-devtools/python/python3-m2crypto_0.46.2.bb +++ b/meta-python/recipes-devtools/python/python3-m2crypto_0.46.2.bb | |||
| @@ -12,6 +12,8 @@ SRC_URI += " \ | |||
| 12 | file://0002-fix-correct-struct-packing-on-32-bit-with-_TIME_BITS.patch \ | 12 | file://0002-fix-correct-struct-packing-on-32-bit-with-_TIME_BITS.patch \ |
| 13 | " | 13 | " |
| 14 | 14 | ||
| 15 | CVE_STATUS[CVE-2009-0127] = "disputed: upstream claims there is no bug" | ||
| 16 | |||
| 15 | inherit pypi siteinfo python_setuptools_build_meta | 17 | inherit pypi siteinfo python_setuptools_build_meta |
| 16 | 18 | ||
| 17 | DEPENDS += "openssl swig-native" | 19 | DEPENDS += "openssl swig-native" |
