Details: https://nvd.nist.gov/vuln/detail/CVE-2020-27347
The fix for this vulnerability was backported to the recipe's version, and it is included already. Signed-off-by: Gyorgy Sarvari <[email protected]> --- meta-oe/recipes-extended/tmux/tmux_3.1c.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-oe/recipes-extended/tmux/tmux_3.1c.bb b/meta-oe/recipes-extended/tmux/tmux_3.1c.bb index ec9fe34cf1..f983ed7a86 100644 --- a/meta-oe/recipes-extended/tmux/tmux_3.1c.bb +++ b/meta-oe/recipes-extended/tmux/tmux_3.1c.bb @@ -23,3 +23,7 @@ do_configure:prepend() { # not automatically created when building outside the source directory. mkdir -p ${B}/compat } + +# The fix was backported to the user version: +# https://github.com/tmux/tmux/commit/d0ad34e94d63def5178f02281637d2d15cb42c88 +CVE_CHECK_IGNORE += "CVE-2020-27347"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#121715): https://lists.openembedded.org/g/openembedded-devel/message/121715 Mute This Topic: https://lists.openembedded.org/mt/116297696/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
