Security
Passwords
password-empty-string
password-empty-string
‘MODEL’. If you meant to set an unusable password, set the password to None or call ‘set_unusable_password()’.
Likelihood: LOW
Confidence: MEDIUM
CWE:
- CWE-521: Weak Password Requirements
OWASP:
- A07:2021 - Identification and Authentication Failures
use-none-for-password-default
use-none-for-password-default
‘MODEL’. If you meant to set an unusable password, set the default value to ‘None’ or call ‘set_unusable_password()’.
Likelihood: MEDIUM
Confidence: MEDIUM
CWE:
- CWE-521: Weak Password Requirements
OWASP:
- A07:2021 - Identification and Authentication Failures