From 8000a7f7691e733dd27dea30bed32dfc3d805ffb Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Mon, 17 Jul 2023 15:13:00 +0800 Subject: golang: Update to 1.20.6 Includes fix for CVE-2023-29406 (net/http: insufficient sanitization of Host header). This also updates the copyright information for various Go packaging files. Signed-off-by: Jeffery To --- lang/golang/golang-build.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lang/golang/golang-build.sh') diff --git a/lang/golang/golang-build.sh b/lang/golang/golang-build.sh index e0e4ea637..fe8718ee7 100644 --- a/lang/golang/golang-build.sh +++ b/lang/golang/golang-build.sh @@ -1,4 +1,10 @@ #!/bin/sh +# +# Copyright (C) 2020, 2022 Jeffery To +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# nl=" " -- cgit v1.2.3