-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
Bandit static security code analysis: fix findings and add bandit to github actions #1820
Comments
IMO these functions are used to generate unique names, so the addition |
Found following comment in send_file.py:
I tested the download of different content-types including tgz and zip with binary files inside but did not get any exception. |
The module
|
A test with
gravatar.com recommends to use sha256 for hashing, see https://docs.gravatar.com/api/avatars/python/ Following email addresses can be used for testing: test1@example.com, test2@example.com, test3@example.com |
This issue collects several fixes for 'bandit' findings.
I would also like to add Bandit to the Github actions as described in
https://github.com/marketplace/actions/bandit-scan or
https://github.com/marketplace/actions/bandit-by-pycqa.
The text was updated successfully, but these errors were encountered: