Closed Bug 1381511 Opened 8 years ago Closed 8 years ago

Autophone - do not consider treeherder client id to be sensitive data

Categories

(Testing Graveyard :: Autophone, enhancement)

enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: bc, Assigned: bc)

References

Details

Attachments

(1 file)

https://github.com/mozilla/autophone/blob/master/options.py#L48 defines the data items which are considered sensitive. These are used to exclude messages which contain sensitive data from being logged and made public in https://github.com/mozilla/autophone/blob/master/sensitivedatafilter.py#L19 This is a problem due to the simple means by which we test for inclusion of the sensitive data. We use a simple |data in message| test which results in false positives if the data is a generic enough string. Unless we change the user names etc to be completely unique, I intend to just remove the items which aren't that sensitive and only keep the passwords.
It's really the treeherder client id that is the problem.
Summary: Autophone - do not consider user account names to be sensitive data → Autophone - do not consider treeherder client id to be sensitive data
Attachment #8887085 - Flags: review?(jmaher)
Comment on attachment 8887085 [details] [diff] [review] bug-1381511-v1.patch Review of attachment 8887085 [details] [diff] [review]: ----------------------------------------------------------------- face palm
Attachment #8887085 - Flags: review?(jmaher) → review+
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Product: Testing → Testing Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: