All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][dunfell][PATCH] protobuf: Whitelist CVE-2015-5237
@ 2021-06-14 11:15 RAHUL taya
  2021-06-14 11:18 ` Purushottam choudhary
  2021-06-14 15:52 ` [OE-core] " Armin Kuster
  0 siblings, 2 replies; 6+ messages in thread
From: RAHUL taya @ 2021-06-14 11:15 UTC (permalink / raw)
  To: openembedded-core, raj.khem
  Cc: nisha.parrakat, purushottam.choudhary, Rahul Taya

As per below reference links this CVE issue seems to be minor and
harmless and as per upstream this is not a real issue in practice.

And as per red hat this issue is marked as low severity.

1. https://bugzilla.suse.com/show_bug.cgi?id=CVE-2015-5237
2. https://security-tracker.debian.org/tracker/CVE-2015-5237
3. https://ubuntu.com/security/CVE-2015-5237
4. https://github.com/protocolbuffers/protobuf/issues/760

Signed-off-by: Rahul Taya <Rahultaya96@gmail.com>
---
 meta-oe/recipes-devtools/protobuf/protobuf_3.11.4.bb | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_3.11.4.bb b/meta-oe/recipes-devtools/protobuf/protobuf_3.11.4.bb
index 4d6c5b255..f845a72a0 100644
--- a/meta-oe/recipes-devtools/protobuf/protobuf_3.11.4.bb
+++ b/meta-oe/recipes-devtools/protobuf/protobuf_3.11.4.bb
@@ -88,3 +88,11 @@ LDFLAGS_append_arm = " -latomic"
 LDFLAGS_append_mips = " -latomic"
 LDFLAGS_append_powerpc = " -latomic"
 LDFLAGS_append_mipsel = " -latomic"
+
+# As per below links this issue is minor and harmless and
+# as per upstream this is not a real issue in practice.
+# https://bugzilla.suse.com/show_bug.cgi?id=CVE-2015-5237
+# https://security-tracker.debian.org/tracker/CVE-2015-5237
+# https://ubuntu.com/security/CVE-2015-5237
+# https://github.com/protocolbuffers/protobuf/issues/760
+CVE_CHECK_WHITELIST += "CVE-2015-5237"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread
[parent not found: <20210614104631.3190-1-Rahultaya96@gmail.com>]

end of thread, other threads:[~2021-06-15  5:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-14 11:15 [meta-oe][dunfell][PATCH] protobuf: Whitelist CVE-2015-5237 RAHUL taya
2021-06-14 11:18 ` Purushottam choudhary
2021-06-14 15:52 ` [OE-core] " Armin Kuster
     [not found] <20210614104631.3190-1-Rahultaya96@gmail.com>
2021-06-14 15:45 ` Armin Kuster
2021-06-14 18:44   ` Steve Sakoman
2021-06-15  5:54     ` Rahul Taya

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.