Skip to content
New issue

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

probe-engine: investigate using a stronger random generator to comply with gosec #2789

Open
DecFox opened this issue Aug 7, 2024 · 0 comments
Assignees

Comments

@DecFox
Copy link
Collaborator

DecFox commented Aug 7, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant