diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-01-05 11:02:35 +0100 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-01-06 18:07:58 +0530 |
| commit | b964b9858b4b80da2b845cb626c729d1e7a157e7 (patch) | |
| tree | 38a7c4a50e730b7b9696961f2e421d441246a662 /meta-python/recipes-devtools/python | |
| parent | e51133657aae8f55d1580b91ea61fd5f6d2d7057 (diff) | |
| download | meta-openembedded-b964b9858b4b80da2b845cb626c729d1e7a157e7.tar.gz | |
python3-configobj: ignore CVE-2023-26112
Details: https://nvd.nist.gov/vuln/detail/CVE-2023-26112
The used version (5.0.9) contains the fix[1] already - ignore the CVE.
[1]: https://github.com/DiffSK/configobj/commit/7c618b0bbaff6ecaca51a6f05b29795d1377a4a5
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/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-configobj_5.0.9.bb | 2 |
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 bd4764f4de..4b9d4eae6d 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 | |||
| @@ -13,3 +13,5 @@ RDEPENDS:${PN} += " \ | |||
| 13 | python3-pprint \ | 13 | python3-pprint \ |
| 14 | python3-six \ | 14 | python3-six \ |
| 15 | " | 15 | " |
| 16 | |||
| 17 | CVE_STATUS[CVE-2023-26112] = "fixed-version: the recipe version (5.0.9) contains the fix already" | ||
