Changes between Version 1 and Version 2 of Ticket #20869, comment 23


Ignore:
Timestamp:
Aug 11, 2013, 1:46:25 AM (11 years ago)
Author:
Adam Brenecki

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20869, comment 23

    v1 v2  
    1 So, my patch now works on Python 3, and the tests now pass.
     1So, [​https://github.com/adambrenecki/django/tree/ticket_20869 my patch] now works on Python 3, and the tests now pass.
    22
    33Should I write any new tests? Should I also make `_check_token_present` in the tests assert that the CSRF token in the body `!=` the plaintext token (to make sure that this vulnerability isn't reintroduced somehow by accident)?
Back to Top