Launchpad sends (unencrypted) mail notifications about private assets
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
High
|
Unassigned |
Bug Description
Symptoms
========
Launchpad sends notifications to changes on private objects via regular email.
This is not secured and could disclose private information if the mail is intercepted.
Users cannot readily reason about the chance of disclosure when entering private or proprietary data in to LP.
Analysis
========
Some of our users will want to run the risk of disclosure as they have folk they work with who have very limited internet facilities - doing 'object X has changed click here to see the change' style notifications would likely just frustrate them.
Other users have very high confidentiality concerns and may want to prevent all unsecured mail being sent.
We have one low hanging fruit we could apply: opportunistic TLS on the outbound mail path.
Failing that we probably need to do some stakeholder research to get a full handle on the expectations, and to assess the risks they face.
Changed in launchpad: | |
status: | New → Accepted |
tags: | added: story-better-bug-notification |
tags: | added: story-better-notification-sending |
Changed in launchpad: | |
importance: | Medium → High |
tags: | removed: story-better-bug-notification |
tags: |
added: feature privacy removed: lp-bugs story-better-notification-sending |
Changed in launchpad: | |
importance: | High → Low |
summary: |
- Launchpad sends (unencrypted) mail notifications about private bug - reports + Launchpad sends (unencrypted) mail notifications about private assets |
description: | updated |
tags: | added: notifications |
One option might be to encrypt private bug mail (assuming that the user has registered a GPG key that is usable for encryption).