1
0
mirror of https://github.com/securego/gosec.git synced 2025-01-28 03:29:28 +02:00
Chris Bandy 27a5ffb5c8
Quiet warnings about integer truncation (#586)
Both MinVersion and MaxVersion of crypto/tls.Config are uint16, so the
int16 fields of rules.insecureConfigTLS are too small. GetInt()
interprets integer literals as fitting within 64-bits, so simplify
things by using int64.
2021-03-03 10:05:33 +01:00
..
2020-05-06 16:23:04 +02:00
2020-06-29 13:52:47 +02:00
2017-07-19 15:17:00 -06:00
2021-01-04 09:28:00 +01:00