diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-01-23 18:02:18 +0100 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-01-26 10:04:47 +0530 |
| commit | 509f680b6e4a99ba43c9470c74c25c2ec0ea86c4 (patch) | |
| tree | 01d880a09927af6ce061c9f4af16d8bf4f988290 /meta-python/recipes-devtools | |
| parent | 13e671d3228a00cb2992de96e18478af2c8f4009 (diff) | |
| download | meta-openembedded-509f680b6e4a99ba43c9470c74c25c2ec0ea86c4.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/recipes-devtools')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-m2crypto_0.40.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-m2crypto_0.40.1.bb b/meta-python/recipes-devtools/python/python3-m2crypto_0.40.1.bb index 1d8c22d196..95c57d5d48 100644 --- a/meta-python/recipes-devtools/python/python3-m2crypto_0.40.1.bb +++ b/meta-python/recipes-devtools/python/python3-m2crypto_0.40.1.bb | |||
| @@ -16,6 +16,8 @@ SRC_URI[sha256sum] = "bbfd113ec55708c05816252a4f09e4237df4f3bbfc8171cbbc33057d25 | |||
| 16 | PYPI_PACKAGE = "M2Crypto" | 16 | PYPI_PACKAGE = "M2Crypto" |
| 17 | inherit pypi siteinfo setuptools3 | 17 | inherit pypi siteinfo setuptools3 |
| 18 | 18 | ||
| 19 | CVE_STATUS[CVE-2009-0127] = "disputed: upstream claims there is no bug" | ||
| 20 | |||
| 19 | DEPENDS += "openssl swig-native" | 21 | DEPENDS += "openssl swig-native" |
| 20 | RDEPENDS:${PN} += "\ | 22 | RDEPENDS:${PN} += "\ |
| 21 | python3-datetime \ | 23 | python3-datetime \ |
