#19324: invalid session keys cause unnecessary empty records in django_session
table
----------------------------------+------------------------------------
     Reporter:  liangrubo@…       |                    Owner:  nobody
         Type:  Bug               |                   Status:  closed
    Component:  contrib.sessions  |                  Version:  1.4
     Severity:  Normal            |               Resolution:  fixed
     Keywords:                    |             Triage Stage:  Accepted
    Has patch:  0                 |      Needs documentation:  0
  Needs tests:  0                 |  Patch needs improvement:  0
Easy pickings:  0                 |                    UI/UX:  0
----------------------------------+------------------------------------
Changes (by Tim Graham <timograham@…>):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"66d12d1ababa8f062857ee5eb43276493720bf16" 66d12d1a]:
 {{{
 #!CommitTicketReference repository=""
 revision="66d12d1ababa8f062857ee5eb43276493720bf16"
 [1.8.x] Fixed #19324 -- Avoided creating a session record when loading the
 session.

 The session record is now only created if/when the session is modified.
 This
 prevents a potential DoS via creation of many empty session records.

 This is a security fix; disclosure to follow shortly.
 }}}

--
Ticket URL: <https://code.djangoproject.com/ticket/19324#comment:3>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/077.f56387aecdb491a71d438e52240db99b%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to