diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-04-26 15:23:11 +0200 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-05-07 10:45:36 -0700 |
| commit | 39e99ad532807f99eecb8f80fc3415ec5a9d773e (patch) | |
| tree | a9eab98786853775116a6b753f599519ca0a3dcd | |
| parent | 420222862f5a6d95023b8f5f3b7e1808b2264ef9 (diff) | |
| download | meta-openembedded-39e99ad532807f99eecb8f80fc3415ec5a9d773e.tar.gz | |
libcoap: mark CVE-2026-29013 patched
Details: https://nvd.nist.gov/vuln/detail/CVE-2026-29013
The current recipe version contains the fix referenced by the
NVD report. Mark the CVE as patched, because NVD tracks it without
version info.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
| -rw-r--r-- | meta-networking/recipes-devtools/libcoap/libcoap_4.3.5b.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-devtools/libcoap/libcoap_4.3.5b.bb b/meta-networking/recipes-devtools/libcoap/libcoap_4.3.5b.bb index e7279013ed..7ea3eba1b0 100644 --- a/meta-networking/recipes-devtools/libcoap/libcoap_4.3.5b.bb +++ b/meta-networking/recipes-devtools/libcoap/libcoap_4.3.5b.bb | |||
| @@ -64,3 +64,4 @@ FILES:${PN}-bin = "${bindir}" | |||
| 64 | FILES:${PN}-dev += "${datadir}/${BPN}/examples" | 64 | FILES:${PN}-dev += "${datadir}/${BPN}/examples" |
| 65 | 65 | ||
| 66 | CVE_STATUS[CVE-2025-50518] = "disputed: happens only when library is used incorrectly" | 66 | CVE_STATUS[CVE-2025-50518] = "disputed: happens only when library is used incorrectly" |
| 67 | CVE_STATUS[CVE-2026-29013] = "fixed-version: fixed in 4.3.5b" | ||
