Closed
Bug 395243
Opened 18 years ago
Closed 18 years ago
Reject add-ons with em:updateKey
Categories
(addons.mozilla.org Graveyard :: Developer Pages, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mossop, Assigned: reed)
Details
Attachments
(1 file, 1 obsolete file)
3.59 KB,
patch
|
fligtar
:
review+
|
Details | Diff | Splinter Review |
Bug 378216 enforces certain security restrictions on the add-on update process. In particular add-ons can include an updateKey property in the install.rdf which if present requires that the update.rdf includes a signature signed by a matching key.
Since AMO delivers update.rdf over SSL it does not need to use signatures, and indeed cannot deliver signatures. So you should reject any add-ons developers upload with an updateKey specified since they will be unable to receive updates through AMO.
Assignee | ||
Updated•18 years ago
|
Assignee: nobody → reed
Assignee | ||
Updated•18 years ago
|
Status: NEW → ASSIGNED
Version: unspecified → 3.0
Assignee | ||
Comment 1•18 years ago
|
||
Attachment #279940 -
Flags: review?
Assignee | ||
Comment 2•18 years ago
|
||
Can I get this reviewed? Pretty please? :)
Comment 3•18 years ago
|
||
Original patch not working for me, probably because of all the gettext files. We don't include those in patches - the English strings are merged to the other locales before or after commit and .mo files updated before a push.
Manually patched the relevant files and am reviewing now.
Attachment #279940 -
Attachment is obsolete: true
Attachment #279940 -
Flags: review?
Comment 4•18 years ago
|
||
Comment on attachment 283511 [details] [diff] [review]
trimmed patch
r=fligtar
Thanks for the patch, tested and works as it should.
Attachment #283511 -
Flags: review+
Comment 5•18 years ago
|
||
Checked in with gettext updates.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•