google / certificate-transparency-go

Auditing for TLS certificates (Go code)
https://certificate.transparency.dev
Apache License 2.0
897 stars 233 forks source link

Use the version in the go.mod file for vuln checks #1528

Closed mhutchinson closed 3 months ago

mhutchinson commented 3 months ago

This actually secures the build tooling used for this repo, instead of having an arbitrary side check which notifies us of issues in the core Go libraries.

mhutchinson commented 3 months ago

Ooo!

Right?!