8000 Tags · tilt-dev/golang-cross · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jun 29, 2023. It is now read-only.

Tags: tilt-dev/golang-cross

Tags

1.13.15

Toggle 1.13.15's commit message

Verified

This tag was signed with the committer’s verified signature.
thaJeztah Sebastiaan van Stijn
Update to Go 1.13.15

go1.13.15 (released 2020/08/06) includes security fixes to the encoding/binary
package. See the Go 1.13.15 milestone on the issue tracker for details:

https://github.com/golang/go/issues?q=milestone%3AGo1.13.15+label%3ACherryPickApproved

1.13.14

Toggle 1.13.14's commit message

Verified

This tag was signed with the committer’s verified signature.
thaJeztah Sebastiaan van Stijn
Update to Go 1.13.14

go1.13.14 (released 2020/07/16) includes fixes to the compiler, vet, and the
database/sql, net/http, and reflect packages. See the Go 1.13.14 milestone on
the issue tracker for details:

https://github.com/golang/go/issues?q=milestone%3AGo1.13.14+label%3ACherryPickApproved

1.13.13

Toggle 1.13.13's commit message

Verified

This tag was signed with the committer’s verified signature.
thaJeztah Sebastiaan van Stijn
Update to Go 1.13.13

go1.13.13 (released 2020/07/14) includes security fixes to the crypto/x509 and
net/http packages. See the Go 1.13.13 milestone on the issue tracker for details.

https://github.com/golang/go/issues?q=milestone%3AGo1.13.13+label%3ACherryPickApproved

1.13.12

Toggle 1.13.12's commit message

Verified

This tag was signed with the committer’s verified signature.
thaJeztah Sebastiaan van Stijn
Update to Go 1.13.12

go1.13.12 (released 2020/06/01) includes fixes to the runtime, and the go/types
and math/big packages. See the Go 1.13.12 milestone on the issue tracker for details:

https://github.com/golang/go/issues?q=milestone%3AGo1.13.12+label%3ACherryPickApproved

1.13.11

Toggle 1.13.11's commit message

Verified

This tag was signed with the committer’s verified signature.
thaJeztah Sebastiaan van Stijn
Update to Go 1.13.11

go1.13.11 (released 2020/05/14) includes fixes to the compiler. See the
Go 1.13.11 milestone on the issue tracker for details:

https://github.com/golang/go/issues?q=milestone%3AGo1.13.11+label%3ACherryPickApproved

1.13.10

Toggle 1.13.10's commit message

Verified

This tag was signed with the committer’s verified signature.
thaJeztah Sebastiaan van Stijn
Update to Go 1.13.10

go1.13.10 (released 2020/04/08) includes fixes to the go command, the runtime,
os/exec, and time packages. See the Go 1.13.10 milestone on the issue tracker
for details:

https://github.com/golang/go/issues?q=milestone%3AGo1.13.10+label%3ACherryPickApproved

1.13.9

Toggle 1.13.9's commit message

Verified

This tag was signed with the committer’s verified signature.
thaJeztah Sebastiaan van Stijn
Update to Go 1.13.9

go1.13.9 (released 2020/03/19) includes fixes to the go command, tools, the
runtime, the toolchain, and the crypto/cypher package. See the Go 1.13.9
milestone on the issue tracker for details:

https://github.com/golang/go/issues?q=milestone%3AGo1.13.9+label%3ACherryPickApproved

1.13.8

Toggle 1.13.8's commit message

Verified

This tag was signed with the committer’s verified signature.
thaJeztah Sebastiaan van Stijn
Update to Go 1.13.8

This updates the image for Go 1.13. Note that the Apple SDK that
is hosted on s3.mobyproject.org is an older version, which does
not allow specifying the "minimum macOS version" to be 1.11 (the
minimum version supported by Go 1.13).

TODO comments were added to the Dockerfile to document this, and
to update the version once an updated SDK is available.

1.12.17

Toggle 1.12.17's commit message

Verified

This tag was signed with the committer’s verified signature.
thaJeztah Sebastiaan van Stijn
Update Golang 1.12.17

full diff: golang/go@go1.12.16...go1.12.17

go1.12.17 (released 2020/02/12) includes a fix to the runtime. See the Go 1.12.17
milestone on the issue tracker for details:

https://github.com/golang/go/issues?q=milestone%3AGo1.12.17+label%3ACherryPickApproved

1.12.16

Toggle 1.12.16's commit message

Verified

This tag was signed with the committer’s verified signature.
thaJeztah Sebastiaan van Stijn
Update Golang 1.12.16 (CVE-2020-0601, CVE-2020-7919)

full diff: golang/go@go1.12.15...go1.12.16

go1.12.16 (released 2020/01/28) includes two security fixes. One mitigates the
CVE-2020-0601 certificate verification bypass on Windows. The other affects only
32-bit architectures.

https://github.com/golang/go/issues?q=milestone%3AGo1.12.16+label%3ACherryPickApproved

- X.509 certificate validation bypass on Windows 10
  A Windows vulnerability allows attackers to spoof valid certificate chains when
  the system root store is in use. These releases include a mitigation for Go
  applications, but it’s strongly recommended that affected users install the
  Windows security update to protect their system.
  This issue is CVE-2020-0601 and Go issue golang.org/issue/36834.
- Panic in crypto/x509 certificate parsing and golang.org/x/crypto/cryptobyte
  On 32-bit architectures, a malformed input to crypto/x509 or the ASN.1 parsing
  functions of golang.org/x/crypto/cryptobyte can lead to a panic.
  The malformed certificate can be delivered via a crypto/tls connection to a
  client, or to a server that accepts client certificates. net/http clients can
  be made to crash by an HTTPS server, while net/http servers that accept client
  certificates will recover the panic and are unaffected.
  Thanks to Project Wycheproof for providing the test cases that led to the
  discovery of this issue. The issue is CVE-2020-7919 and Go issue golang.org/issue/36837.
  This is also fixed in version v0.0.0-20200124225646-8b5121be2f68 of golang.org/x/crypto/cryptobyte.
0