From 794dfa173adbce781c9fe609d58d3ed9b8cbd501 Mon Sep 17 00:00:00 2001 From: Li Zhou Date: Mon, 7 Sep 2020 16:09:06 +0800 Subject: go: Security Advisory - go - CVE-2020-24553 Backport the patch from to solve CVE-2020-24553. Signed-off-by: Li Zhou Signed-off-by: Anuj Mittal --- ...tp-cgi-rename-a-test-file-to-be-less-cute.patch | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 meta/recipes-devtools/go/go-1.12/0001-net-http-cgi-rename-a-test-file-to-be-less-cute.patch (limited to 'meta/recipes-devtools/go/go-1.12/0001-net-http-cgi-rename-a-test-file-to-be-less-cute.patch') diff --git a/meta/recipes-devtools/go/go-1.12/0001-net-http-cgi-rename-a-test-file-to-be-less-cute.patch b/meta/recipes-devtools/go/go-1.12/0001-net-http-cgi-rename-a-test-file-to-be-less-cute.patch new file mode 100644 index 0000000000..7c07961c03 --- /dev/null +++ b/meta/recipes-devtools/go/go-1.12/0001-net-http-cgi-rename-a-test-file-to-be-less-cute.patch @@ -0,0 +1,28 @@ +From 8390c478600b852392cb116741b3cb239c94d123 Mon Sep 17 00:00:00 2001 +From: Brad Fitzpatrick +Date: Wed, 15 Jan 2020 18:08:10 +0000 +Subject: [PATCH] net/http/cgi: rename a test file to be less cute + +My fault (from CL 4245070), sorry. + +Change-Id: Ib95d3170dc326e74aa74c22421c4e44a8b00f577 +Reviewed-on: https://go-review.googlesource.com/c/go/+/214920 +Run-TryBot: Brad Fitzpatrick +TryBot-Result: Gobot Gobot +Reviewed-by: Emmanuel Odeke + +Upstream-Status: Backport +[lz: Add this patch for merging the patch for CVE-2020-24553] +Signed-off-by: Li Zhou +--- + src/net/http/cgi/{matryoshka_test.go => integration_test.go} | 0 + 1 file changed, 0 insertions(+), 0 deletions(-) + rename src/net/http/cgi/{matryoshka_test.go => integration_test.go} (100%) + +diff --git a/src/net/http/cgi/matryoshka_test.go b/src/net/http/cgi/integration_test.go +similarity index 100% +rename from src/net/http/cgi/matryoshka_test.go +rename to src/net/http/cgi/integration_test.go +-- +2.17.1 + -- cgit 1.2.3-korg