exercism / go

Exercism exercises in Go.
https://exercism.org/tracks/go
MIT License
951 stars 644 forks source link

Exclude insecure rand sources checks #2755

Closed andrerfcsantos closed 5 months ago

andrerfcsantos commented 5 months ago

gosec discourages the use of math/rand in favor of crypto/rand as a more secure source for randomness. This level of concern about the randomness source security is not relevant in the track, so we are disabling this check.