diff options
Diffstat (limited to 'meta/recipes-devtools/flex/flex_2.6.4.bb')
-rw-r--r-- | meta/recipes-devtools/flex/flex_2.6.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/flex/flex_2.6.4.bb b/meta/recipes-devtools/flex/flex_2.6.4.bb index 95e2c087ee..c7cd965347 100644 --- a/meta/recipes-devtools/flex/flex_2.6.4.bb +++ b/meta/recipes-devtools/flex/flex_2.6.4.bb | |||
@@ -31,7 +31,7 @@ UPSTREAM_CHECK_REGEX = "flex-(?P<pver>\d+(\.\d+)+)\.tar" | |||
31 | # Disputed - yes there is stack exhaustion but no bug and it is building the | 31 | # Disputed - yes there is stack exhaustion but no bug and it is building the |
32 | # parser, not running it, effectively similar to a compiler ICE. Upstream no plans to address | 32 | # parser, not running it, effectively similar to a compiler ICE. Upstream no plans to address |
33 | # https://github.com/westes/flex/issues/414 | 33 | # https://github.com/westes/flex/issues/414 |
34 | CVE_CHECK_WHITELIST += "CVE-2019-6293" | 34 | CVE_CHECK_IGNORE += "CVE-2019-6293" |
35 | 35 | ||
36 | inherit autotools gettext texinfo ptest | 36 | inherit autotools gettext texinfo ptest |
37 | 37 | ||