diff options
author | Jeffery To <jeffery.to@gmail.com> | 2023-07-17 15:13:00 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2023-07-17 15:13:00 +0800 |
commit | 8000a7f7691e733dd27dea30bed32dfc3d805ffb (patch) | |
tree | f6e638ba665954544aec41adc7971f905107bfbf /lang/golang/golang-build.sh | |
parent | 0174cea69757589be50b9dd774394ce18cf61dae (diff) |
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 <jeffery.to@gmail.com>
Diffstat (limited to 'lang/golang/golang-build.sh')
-rw-r--r-- | lang/golang/golang-build.sh | 6 |
1 files changed, 6 insertions, 0 deletions
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=" " |