A rejected OpenPGP key might be treated as undecided for additional email addresses
Categories
(MailNews Core :: Security: OpenPGP, defect)
Tracking
(thunderbird101 fixed)
Tracking | Status | |
---|---|---|
thunderbird101 | --- | fixed |
People
(Reporter: KaiE, Assigned: KaiE)
Details
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
|
Details | Review |
The code that queries if an OpenPGP key is rejected for an email, may return incorrect information, depending on email address.
If it's for an email address that wasn't known at configuration time, the code may say "undecided".
We should change this code to always return the status "rejected" independent of the queried email address.
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Pushed by kaie@kuix.de:
https://hg.mozilla.org/comm-central/rev/9757835fd850
Fix OpenPGP reject key handling. r=mkmelin DONTBUILD
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 3•3 years ago
|
||
Comment on attachment 9274980 [details]
Bug 1767801 - Fix OpenPGP reject key handling. r=mkmelin
I'd like to have beta testing of this code.
Comment 4•3 years ago
|
||
Comment on attachment 9274980 [details]
Bug 1767801 - Fix OpenPGP reject key handling. r=mkmelin
[Triage Comment]
Approved for beta
Comment 5•3 years ago
|
||
bugherder uplift |
Thunderbird 101.0b3:
https://hg.mozilla.org/releases/comm-beta/rev/28bcc806ad3e
Description
•