Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(security): update go to 1.18.4 (#2706)
This fixes the following CVEs in go CVE-2022-1705: net/http: improper sanitization of Transfer-Encoding header (medium) CVE-2022-1962: go/parser: stack exhaustion in all Parse* functions (negligible) CVE-2022-28131: encoding/xml: stack exhaustion in Decoder.Skip (medium) CVE-2022-30630: io/fs: stack exhaustion in Glob (medium) CVE-2022-30631: compress/gzip: stack exhaustion in Reader.Read (medium) CVE-2022-30632: path/filepath: stack exhaustion in Glob (medium) CVE-2022-30633: encoding/xml: stack exhaustion in Unmarshal (medium) CVE-2022-30635: encoding/gob: stack exhaustion in Decoder.Decode (medium) CVE-2022-32148: When httputil.ReverseProxy.ServeHTTP was called with a Request.Header map (low)
- Loading branch information