mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-11 15:11:26 +00:00
libcoap: ignore CVE-2025-50518
Details: https://nvd.nist.gov/vuln/detail/CVE-2025-50518 The vulnerability is disputed by upstream, because the vulnerability requires a user error, incorrect library usage. See also an upstream discussion in a related (rejected) PR: https://github.com/obgm/libcoap/pull/1726 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -60,3 +60,5 @@ PACKAGE_BEFORE_PN += "\
|
||||
|
||||
FILES:${PN}-bin = "${bindir}"
|
||||
FILES:${PN}-dev += "${datadir}/${BPN}/examples"
|
||||
|
||||
CVE_STATUS[CVE-2025-50518] = "disputed: happens only when library is used incorrectly"
|
||||
|
||||
Reference in New Issue
Block a user