Files
Sebastiaan van Stijn 188c5d4a7c linting: suppress false positive for G404 (gosec)
The linter falsely detects this as using "math/rand":

    libnetwork/networkdb/cluster.go:721:14: G404: Use of weak random number generator (math/rand instead of crypto/rand) (gosec)
       val, err := rand.Int(rand.Reader, big.NewInt(int64(n)))
                   ^

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 561a010161)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-09-06 15:11:42 +02:00
..
2018-07-02 16:59:45 -07:00
2018-07-02 16:59:45 -07:00
2017-07-26 13:44:33 -07:00
2022-07-13 22:42:29 +02:00
2018-07-12 12:54:44 -07:00
2021-06-01 21:51:23 +00:00
2017-12-13 09:40:38 -08:00
2017-05-31 11:04:19 -07:00