Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
install system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Mar 2008 at 15:32 UTC
Updated:
4 Apr 2008 at 13:53 UTC
Jump to comment: Most recent file
Comments
Comment #1
kbahey commentedAnd here is the patch
Comment #2
pwolanin commentedI'd at least make it mt_rand() or some such rather than time() for the hash
Comment #3
kbahey commentedThis reroll changes the value used in the hash to be mt_rand(), instead of just time(), since it can be guessed by brute force.
Thanks to pwolanin for this idea.
Comment #4
dries commentedI've committed this patch to CVS HEAD. Thanks!
Comment #5
breyten commentedIf we use mt_rand() here, we should reroll #52910: Restrict access to cron as well to use the same.
Comment #6
breyten commented*coughs* nevermind me, sorry!
Comment #7
birdmanx35 commentedComment #8
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.