oops ids aren't very unique
Bug #1032398 reported by
Brian Murray
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Daisy |
Confirmed
|
High
|
Unassigned |
Bug Description
Looking at this bucket we can see that there isn't much variation among the Oops ids - https:/
The 3rd and the 5th fields seem to repeat a lot and only have 2 variations. I believe it is because of the following:
user_token = None
# / + 128 character system UUID
if len(environ[
user_token = environ[
oops_id = str(uuid.uuid1())
I believe there are only two servers accepting errors and this would explain the lack of variation.
To post a comment you must log in.
To be clear I'd expected the user_token to be used as a part of generating the oops_id.