Roundup Tracker - Issues

Message6167

Author cmeerw
Recipients cmeerw, joseph_myers, rouilj, schlatterbeck
Date 2018-08-04.22:02:00
Message-id <1533420121.71.0.56676864532.issue2550988@psf.upfronthosting.co.za>
In-reply-to
Here is another patch that keeps the re-seeding in place, just moves 
the selection of the preferred random number generation method into a 
single module:

https://bitbucket.org/cmeerw/roundup/commits/91c7933f5a95fc8f1f9867b5f7
cd45f4430424d8

(Note that I have removed some special "randomness" code for CSRF 
handling as it seems strange to handle that in a different way than 
gen_sid/gen_nonce in client.py; ideally, we would have a strong random 
number generator anyway if we care about these things).
History
Date User Action Args
2018-08-04 22:02:01cmeerwsetmessageid: <1533420121.71.0.56676864532.issue2550988@psf.upfronthosting.co.za>
2018-08-04 22:02:01cmeerwsetrecipients: + cmeerw, schlatterbeck, rouilj, joseph_myers
2018-08-04 22:02:01cmeerwlinkissue2550988 messages
2018-08-04 22:02:00cmeerwcreate