summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/go/go-1.14.inc
diff options
context:
space:
mode:
authorMing Liu <liu.ming50@gmail.com>2024-02-12 13:15:11 +0100
committerSteve Sakoman <steve@sakoman.com>2024-02-12 04:55:54 -1000
commitbff621d5399e5ff2930d21f403bb2f274febd2e4 (patch)
tree54d58e601aaa78ffef67d14289d210c60e52dade /meta/recipes-devtools/go/go-1.14.inc
parent1a25a8ebedf39f1a868fcf646684b2eeaa67301f (diff)
downloadopenembedded-core-contrib-bff621d5399e5ff2930d21f403bb2f274febd2e4.tar.gz
go: add a complementary fix for CVE-2023-29406
The original CVE-2023-29406.patch is not complete, causing docker failures at runtime, backport a complementary fix from golang upstream. Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/go/go-1.14.inc')
-rw-r--r--meta/recipes-devtools/go/go-1.14.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/go/go-1.14.inc b/meta/recipes-devtools/go/go-1.14.inc
index 42a9ac8435..4fbf9d7590 100644
--- a/meta/recipes-devtools/go/go-1.14.inc
+++ b/meta/recipes-devtools/go/go-1.14.inc
@@ -71,7 +71,8 @@ SRC_URI += "\
file://CVE-2023-29402.patch \
file://CVE-2023-29404.patch \
file://CVE-2023-29400.patch \
- file://CVE-2023-29406.patch \
+ file://CVE-2023-29406-1.patch \
+ file://CVE-2023-29406-2.patch \
file://CVE-2023-29409.patch \
file://CVE-2022-41725-pre1.patch \
file://CVE-2022-41725-pre2.patch \