We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
crypto/rand
gosec
math/rand
The text was updated successfully, but these errors were encountered:
DecFox
No branches or pull requests
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: