NetSPI/django.nV

OWASP #2 - Broken Auth and Session Management

nafod opened this issue · 1 comments

Could be in the form of poor password hashing, enumeration on a password recovery form, weak tokens for password recovery, etc

HttpOnly AND Mass Assignment both exist. Tutorial documents mass assignment during the reg process. Might want to change this eventually, but okay for now.