mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00:00
logcheck: ignore CVE-2017-20148
Details: https://nvd.nist.gov/vuln/detail/CVE-2017-20148 The issue is specific to the postinstall script that Gentoo packages with this application - we can ignore it. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
@@ -77,3 +77,6 @@ RDEPENDS:${PN} = "\
|
||||
"
|
||||
|
||||
FILES:${PN} += "${datadir}/logtail"
|
||||
|
||||
# This vulnerability is specific to the way Gentoo packages this application.
|
||||
CVE_CHECK_IGNORE += "CVE-2017-20148"
|
||||
|
||||
Reference in New Issue
Block a user