mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00:00
gattlib: ignore CVE-2019-6498
Details: https://nvd.nist.gov/vuln/detail/CVE-2019-6498 The used revision already contains the fix. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
@@ -30,3 +30,6 @@ inherit pkgconfig cmake
|
||||
|
||||
FILES:${PN} = "${libdir}/*"
|
||||
FILES:${PN}-dev = "${includedir}/* ${libdir}/pkgconfig"
|
||||
|
||||
# The used revision contains the fix
|
||||
CVE_CHECK_IGNORE += "CVE-2019-6498"
|
||||
|
||||
Reference in New Issue
Block a user