contribsys / faktory

Language-agnostic persistent background job server
https://contribsys.com/faktory/
Other
5.73k stars 227 forks source link

Set minimum TLS version #350

Closed ajhodges closed 3 years ago

ajhodges commented 3 years ago

This line is triggering a G402 in gosec, since tls.Config defaults tls MinVersion to 1.0: https://golang.org/pkg/crypto/tls/#Config

mperham commented 3 years ago

Is there a reason not to make 1.2 the minimum?

ajhodges commented 3 years ago

Nope - and actually the linter still complains if 1.2 isn't set. 👍