Changes between Version 5 and Version 6 of Ticket #34661
- Timestamp:
- Jun 16, 2023, 12:23:29 PM (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34661 – Description
v5 v6 28 28 I am not sure about the vulnerability enumeration, however this cause CWE-760 even though salt is not weak, but it is known, when a database is exposed. Because the salt is stored next to the hashed password. 29 29 30 I think peppering passwords should be adefault behavior of django.30 I think peppering passwords should be default behavior of django.