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
In Python 3.9 and later, the hashlib function has a new keyword
argument usedforsecurity to describe the usage of the hash. In
that way, we can better identify the severity of the error.
Hello,
the following code leads to different error codes, depending on the Python version:
Python 3.8:
Python 3.9:
Python 3.10:
The installed package versions seems to be equal:
Any idea what's going on here? Is it a
flake8-bandit
issue or abandit
one?Thanks a lot!
fin swimmer
The text was updated successfully, but these errors were encountered: