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
We currently use crypto/rand random number generator. However gosec throws a warning indicating that we should be using a stronger one. We should investigate on replacing the current one with something more powerful like math/rand.
The gosec warnings can be seen here: https://github.com/ooni/probe-cli/actions/runs/10286957901/job/28468879578#step:6:1153
The text was updated successfully, but these errors were encountered:
We currently use
crypto/rand
random number generator. Howevergosec
throws a warning indicating that we should be using a stronger one. We should investigate on replacing the current one with something more powerful likemath/rand
.The gosec warnings can be seen here: https://github.com/ooni/probe-cli/actions/runs/10286957901/job/28468879578#step:6:1153
The text was updated successfully, but these errors were encountered: