diff mbox series

[meta-oe] emlog: ignore CVE-2022-3968 & CVE-2023-43291

Message ID 20231114103512.3279180-1-yoann.congal@smile.fr
State Accepted
Headers show
Series [meta-oe] emlog: ignore CVE-2022-3968 & CVE-2023-43291 | expand

Commit Message

Yoann Congal Nov. 14, 2023, 10:35 a.m. UTC
CVE-2022-3968 & CVE-2023-43291 apply to the other "emlog" and can be
safely ignored.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
---
 meta-oe/recipes-core/emlog/emlog_git.bb | 2 ++
 1 file changed, 2 insertions(+)

Comments

Khem Raj Nov. 15, 2023, 7:19 a.m. UTC | #1
On Tue, 14 Nov 2023 11:35:12 +0100, Yoann Congal wrote:
> CVE-2022-3968 & CVE-2023-43291 apply to the other "emlog" and can be
> safely ignored.
> 
> 

Applied, thanks!

[1/1] emlog: ignore CVE-2022-3968 & CVE-2023-43291
      commit: 3bd22863ce8de903a550cfd8461a4ac1954e5fab

Best regards,
diff mbox series

Patch

diff --git a/meta-oe/recipes-core/emlog/emlog_git.bb b/meta-oe/recipes-core/emlog/emlog_git.bb
index 03c895f66..6331f618f 100644
--- a/meta-oe/recipes-core/emlog/emlog_git.bb
+++ b/meta-oe/recipes-core/emlog/emlog_git.bb
@@ -32,4 +32,6 @@  CVE_STATUS_EMLOG = " \
     CVE-2019-17073 \
     CVE-2021-44584 \
     CVE-2022-1526 \
+    CVE-2022-3968 \
+    CVE-2023-43291 \
 "