Changes between Initial Version and Version 2 of Ticket #29252


Ignore:
Timestamp:
Mar 22, 2018, 9:44:32 PM (6 years ago)
Author:
Filip Dimitrovski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29252

    • Property Easy pickings set
  • Ticket #29252 – Description

    initial v2  
    33   <img src="http://djangoapp/logout" />
    44}}}
    5 on an exploit page could log out the user. While this is a low security risk, it's still a DoS issue and could prevent the user from using the app.
     5on an exploit page could log out the user. While this is a low security risk, it's still a DoS issue and could prevent the user from using the app.
     6
     7Instead of fixing the view, it maybe makes sense to just change the [https://docs.djangoproject.com/en/2.0/topics/auth/default/#django.contrib.auth.views.LogoutView docs] to warn the programmer of such a problem and suggest overriding LogoutView and changing dispatch().
Back to Top