You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[/home/travis/gopath/src/github.com/openshift/odo/tests/helper/helper_generic.go:28] - G404 (CWE-338): Use of weak random number generator (math/rand instead of crypto/rand) (Confidence: MEDIUM, Severity: HIGH)
> rand.Intn(len(letterBytes))
[/home/travis/gopath/src/github.com/openshift/odo/pkg/util/util.go:87] - G404 (CWE-338): Use of weak random number generator (math/rand instead of crypto/rand) (Confidence: MEDIUM, Severity: HIGH)
> rand.Intn(len(letterRunes))
/kind bug
Actual behavior
https://travis-ci.com/github/openshift/odo/jobs/349244708
Expected behavior
Unit tests should pass
The text was updated successfully, but these errors were encountered: