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
random
Is your feature request related to a problem? Please describe.
https://bandit.readthedocs.io/en/latest/blacklists/blacklist_calls.html#b311-random documents not to use pseudo-random generators. However, it doesn't document what to use instead.
As someone with limited security experience, I am not sure what to use instead of random.random().
random.random()
Describe the solution you'd like
Provide 1+ suggestions for what to use instead of functions from the random library.
Describe alternatives you've considered
n/a
Additional context
The text was updated successfully, but these errors were encountered:
Update blacklist call documentation
458a2b5
- Suggest `secrets` as an alternative to `random` - Fix typo Resolves PyCQA#1023
See #1045
Sorry, something went wrong.
Update blacklist call documentation (#1045)
215f014
- Suggest `secrets` as an alternative to `random` - Fix typo Resolves #1023
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
https://bandit.readthedocs.io/en/latest/blacklists/blacklist_calls.html#b311-random documents not to use pseudo-random generators. However, it doesn't document what to use instead.
As someone with limited security experience, I am not sure what to use instead of
random.random()
.Describe the solution you'd like
Provide 1+ suggestions for what to use instead of functions from the
random
library.Describe alternatives you've considered
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered: