Sanitize file names used with IOUtils.createUniqueFile() in WebExtension APIs
Categories
(Thunderbird :: Add-Ons: Extensions API, task)
Tracking
(thunderbird_esr102+ unaffected)
Tracking | Status | |
---|---|---|
thunderbird_esr102 | + | unaffected |
People
(Reporter: TbSync, Assigned: TbSync)
References
Details
Attachments
(1 file)
Follow-up to bug 1782173.
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Updated•3 years ago
|
Updated•3 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/1c65152e5306
Sanitize file names used with IOUtils.createUniqueFile() in WebExtension APIs. r=mkmelin
Assignee | ||
Comment 3•3 years ago
|
||
Comment on attachment 9297806 [details]
Bug 1794386 - Sanitize file names used with IOUtils.createUniqueFile() in WebExtension APIs. r=mkmelin
[Approval Request Comment]
Regression caused by (bug #):
User impact if declined:
File names are not sanitized and could lead to unexpected erros.
Testing completed (on c-c, etc.):
On beta for more than 30 days
Risk to taking this patch (and alternatives if risky):
Low.
Comment 4•3 years ago
|
||
Comment on attachment 9297806 [details]
Bug 1794386 - Sanitize file names used with IOUtils.createUniqueFile() in WebExtension APIs. r=mkmelin
[Triage Comment]
Approved for esr102
Comment 5•3 years ago
|
||
John - This doesn't apply on c-esr102. It looks like it may need bug 1646473?
Assignee | ||
Comment 6•3 years ago
•
|
||
Oh wow, you are correct. We cannot / should not uplift that other bug, and it looks like this uplift is not needed then at all. Setting it to not affected.
Comment 7•3 years ago
|
||
Comment on attachment 9297806 [details]
Bug 1794386 - Sanitize file names used with IOUtils.createUniqueFile() in WebExtension APIs. r=mkmelin
Canceling uplift request per TbSync.
Description
•