Closed jtraglia closed 1 year ago
There was one real finding:
internal/utils/utils_test.go:116:22: G601: Implicit memory aliasing in for loop. (gosec) if !expected.Equal(&pow) {
This PR fixes it.
As for the other one, we're fine with using math/rand so I disabled that check.
math/rand
The linter failure is fixed in #22. Please merge it first.
There was one real finding:
This PR fixes it.
As for the other one, we're fine with using
math/rand
so I disabled that check.