Skip to content

Commit

Permalink
flex: Add CVE-2019-6293 to exclusions for checks
Browse files Browse the repository at this point in the history
CVE is effectively disputed - yes there is stack exhaustion but no bug and it
is building the parser, not running it, effectively similar to a compiler ICE.
Upstream no plans to address and there is no security issue.

westes/flex#414

Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 0cae5d7)
Signed-off-by: Anuj Mittal <[email protected]>
  • Loading branch information
rpurdie authored and anujm1 committed Sep 15, 2021
1 parent d0ff86b commit e2de2e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions meta/recipes-devtools/flex/flex_2.6.4.bb
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ SRC_URI[sha256sum] = "e87aae032bf07c26f85ac0ed3250998c37621d95f8bd748b31f15b33c4
UPSTREAM_CHECK_URI = "https://github.com/westes/flex/releases"
UPSTREAM_CHECK_REGEX = "flex-(?P<pver>\d+(\.\d+)+)\.tar"

# Disputed - yes there is stack exhaustion but no bug and it is building the
# parser, not running it, effectively similar to a compiler ICE. Upstream no plans to address
# https://github.com/westes/flex/issues/414
CVE_CHECK_WHITELIST += "CVE-2019-6293"

inherit autotools gettext texinfo ptest

M4 = "${bindir}/m4"
Expand Down

0 comments on commit e2de2e5

Please sign in to comment.