change math/rand to crypto/rand in non-test code

This commit is contained in:
Lawrence, Rendall
2024-03-05 11:01:18 +03:00
parent 772ac47e9c
commit 95b7f5530f
8 changed files with 42 additions and 19 deletions

View File

@@ -14,7 +14,6 @@ linters-settings:
- "all"
gosec:
excludes:
- "G404" # Allow the usage of math/rand
- "G505" # Allow SHA1 usage
linters:
enable: