In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade django-stubs
to version 5.2.0 or higher.
django-stubs is a Mypy stubs for Django
Affected versions of this package are vulnerable to External Control of System or Configuration Setting via the inclusion of type stubs for deprecated and insecure password hashers such as MD5PasswordHasher
, SHA1PasswordHasher
, and CryptPasswordHasher
. Their presence in type hints may inadvertently promote their use in Django applications, leading to the storage of passwords using weak hashing algorithms. This can make user credentials susceptible to brute-force or dictionary attacks.