summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2026-01-05 12:53:44 +0100
committerKhem Raj <raj.khem@gmail.com>2026-01-05 18:16:19 -0800
commitcbb4f9d4e0f737b552e9e6cb8488b80b324611d8 (patch)
treec70233d4349aa550278b8e79fffec88de47021db /meta-python/recipes-devtools/python
parent1d7c7549b397f072ec5dea3641172e1b7ce6407d (diff)
downloadmeta-openembedded-cbb4f9d4e0f737b552e9e6cb8488b80b324611d8.tar.gz
python3-configobj: ignore CVE-2023-26112
Details: https://nvd.nist.gov/vuln/detail/CVE-2023-26112 The fix[1] is already included in the recipe version (5.0.9), the CVE can be marked as patched. [1]: https://github.com/DiffSK/configobj/commit/7c618b0bbaff6ecaca51a6f05b29795d1377a4a5 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')
-rw-r--r--meta-python/recipes-devtools/python/python3-configobj_5.0.9.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-configobj_5.0.9.bb b/meta-python/recipes-devtools/python/python3-configobj_5.0.9.bb
index 474c345b14..1381ded697 100644
--- a/meta-python/recipes-devtools/python/python3-configobj_5.0.9.bb
+++ b/meta-python/recipes-devtools/python/python3-configobj_5.0.9.bb
@@ -15,3 +15,5 @@ RDEPENDS:${PN} += " \
15 python3-pprint \ 15 python3-pprint \
16 python3-six \ 16 python3-six \
17" 17"
18
19CVE_STATUS[CVE-2023-26112] = "fixed-version: the current version (5.0.9) is already fixed"