summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/go/go-1.14.inc
diff options
context:
space:
mode:
authorAshish Sharma <asharma@mvista.com>2023-06-06 22:12:21 +0530
committerSteve Sakoman <steve@sakoman.com>2023-06-07 05:49:27 -1000
commit737333d41d245154eb4b26ec8db79a2f9823c873 (patch)
tree9b649242d6dceda53653b72b4b8ed69ee2347f40 /meta/recipes-devtools/go/go-1.14.inc
parent0a29894da0b41f8494f72ded25916887b4a5c729 (diff)
downloadopenembedded-core-contrib-737333d41d245154eb4b26ec8db79a2f9823c873.tar.gz
golang: Fix CVE-2023-24539
Improper sanitization of CSS values in html/template Signed-off-by: Ashish Sharma <asharma@mvista.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.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/go/go-1.14.inc b/meta/recipes-devtools/go/go-1.14.inc
index f734fe1ac8..d0fbde9cae 100644
--- a/meta/recipes-devtools/go/go-1.14.inc
+++ b/meta/recipes-devtools/go/go-1.14.inc
@@ -61,6 +61,7 @@ SRC_URI += "\
file://CVE-2023-24538-1.patch \
file://CVE-2023-24538-2.patch \
file://CVE-2023-24538-3.patch \
+ file://CVE-2023-24539.patch \
"
SRC_URI_append_libc-musl = " file://0009-ld-replace-glibc-dynamic-linker-with-musl.patch"