All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core][dunfell][PATCH] systemd: Whitelist CVE-2018-21029
@ 2022-06-02 12:20 Amol Gajbhiye
  2022-06-07 16:10 ` [dunfell][PATCH] " Ranjitsinh Rathod
  0 siblings, 1 reply; 5+ messages in thread
From: Amol Gajbhiye @ 2022-06-02 12:20 UTC (permalink / raw)
  To: openembedded-core, amol.gajbhiye; +Cc: ranjitsinh.rathod, Virendra Thakur

From: Virendra Thakur <virendra.thakur@kpit.com>

The fix for this CVE-2018-21029 is already available in our code base.

Reference:
https://github.com/systemd/systemd-stable/commit/38e053c58fa139e0f546f327b5d8ce3db7cf1647

https://github.com/systemd/systemd-stable/commit/7f2f4faced3fda47e6b76ab73cde747cc20cf8b8

Signed-off-by: Virendra Thakur <virendra.thakur@kpit.com>
---
 meta/recipes-core/systemd/systemd_244.5.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-core/systemd/systemd_244.5.bb b/meta/recipes-core/systemd/systemd_244.5.bb
index a648272bc0..711d23a26e 100644
--- a/meta/recipes-core/systemd/systemd_244.5.bb
+++ b/meta/recipes-core/systemd/systemd_244.5.bb
@@ -65,6 +65,9 @@ SRC_URI_MUSL = "\
 # already applied in 244.5
 CVE_CHECK_WHITELIST += "CVE-2020-13776"
 
+# Whitelist the CVE because cve patch is already present
+CVE_CHECK_WHITELIST += "CVE-2018-21029"
+
 PAM_PLUGINS = " \
     pam-plugin-unix \
     pam-plugin-loginuid \
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-06-20 14:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-02 12:20 [OE-core][dunfell][PATCH] systemd: Whitelist CVE-2018-21029 Amol Gajbhiye
2022-06-07 16:10 ` [dunfell][PATCH] " Ranjitsinh Rathod
2022-06-07 16:18   ` [OE-core] " Steve Sakoman
2022-06-07 23:24     ` Randy MacLeod
2022-06-20 14:35       ` Steve Sakoman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.