summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-11-14 20:45:22 +0100
committerGyorgy Sarvari <skandigraun@gmail.com>2025-11-30 15:13:57 +0100
commit75c09f14f3e4bd1b22b01b2413e6faaef3cdfa5b (patch)
tree88a4ec3e97c4b9399acb0dfff290536962be35d4
parentb5a19849c52b8f397ea90a720cf58b2c5d7bc791 (diff)
downloadmeta-openembedded-75c09f14f3e4bd1b22b01b2413e6faaef3cdfa5b.tar.gz
tmux: ignore CVE-2020-27347
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 <skandigraun@gmail.com>
-rw-r--r--meta-oe/recipes-extended/tmux/tmux_3.1c.bb4
1 files changed, 4 insertions, 0 deletions
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() {
23 # not automatically created when building outside the source directory. 23 # not automatically created when building outside the source directory.
24 mkdir -p ${B}/compat 24 mkdir -p ${B}/compat
25} 25}
26
27# The fix was backported to the user version:
28# https://github.com/tmux/tmux/commit/d0ad34e94d63def5178f02281637d2d15cb42c88
29CVE_CHECK_IGNORE += "CVE-2020-27347"