Openembedded Core Discussions
 help / color / mirror / Atom feed
* [OE-core][PATCH v2 1/1] go: ignore CVE-2023-45283 and CVE-2023-45284
@ 2023-12-08 10:42 ssambu
  2023-12-09 12:25 ` Alexandre Belloni
  0 siblings, 1 reply; 3+ messages in thread
From: ssambu @ 2023-12-08 10:42 UTC (permalink / raw)
  To: openembedded-core

From: Soumya Sambu <soumya.sambu@windriver.com>

These CVEs affect path handling on Windows.

References:
https://nvd.nist.gov/vuln/detail/CVE-2023-45283
https://nvd.nist.gov/vuln/detail/CVE-2023-45284

Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com>
---
 meta/recipes-devtools/go/go-1.20.10.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-devtools/go/go-1.20.10.inc b/meta/recipes-devtools/go/go-1.20.10.inc
index 39509ed986..0c0a736084 100644
--- a/meta/recipes-devtools/go/go-1.20.10.inc
+++ b/meta/recipes-devtools/go/go-1.20.10.inc
@@ -16,3 +16,6 @@ SRC_URI += "\
     file://0009-go-Filter-build-paths-on-staticly-linked-arches.patch \
 "
 SRC_URI[main.sha256sum] = "72d2f51805c47150066c103754c75fddb2c19d48c9219fa33d1e46696c841dbb"
+
+CVE_STATUS[CVE-2023-45283] = "not-applicable-platform: Issue only applies on Windows"
+CVE_STATUS[CVE-2023-45284] = "not-applicable-platform: Issue only applies on Windows"
-- 
2.40.0



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

end of thread, other threads:[~2023-12-11 10:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-08 10:42 [OE-core][PATCH v2 1/1] go: ignore CVE-2023-45283 and CVE-2023-45284 ssambu
2023-12-09 12:25 ` Alexandre Belloni
2023-12-11 10:35   ` Sambu, Soumya

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox