Issue only affects Apache. Signed-off-by: Dhairya Nagodra <[email protected]> --- meta/recipes-devtools/flex/flex_2.6.4.bb | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/meta/recipes-devtools/flex/flex_2.6.4.bb b/meta/recipes-devtools/flex/flex_2.6.4.bb index 50d3bf8de1..7eb7da355f 100644 --- a/meta/recipes-devtools/flex/flex_2.6.4.bb +++ b/meta/recipes-devtools/flex/flex_2.6.4.bb @@ -31,6 +31,9 @@ UPSTREAM_CHECK_REGEX = "flex-(?P<pver>\d+(\.\d+)+)\.tar" # https://github.com/westes/flex/issues/414 CVE_CHECK_WHITELIST += "CVE-2019-6293" +# Issue only affects Apache vendor, not us. +CVE_CHECK_WHITELIST += "CVE-2015-1773" + inherit autotools gettext texinfo ptest M4 = "${bindir}/m4" -- 2.35.6
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#186993): https://lists.openembedded.org/g/openembedded-core/message/186993 Mute This Topic: https://lists.openembedded.org/mt/101088411/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
