Closed
Bug 1445026
Opened 7 years ago
Closed 7 years ago
Don't try to decode the hash returned by crypto.subtle.digest as UTF-8
Categories
(WebExtensions :: General, enhancement)
WebExtensions
General
Tracking
(firefox61 fixed)
RESOLVED
FIXED
mozilla61
Tracking | Status | |
---|---|---|
firefox61 | --- | fixed |
People
(Reporter: kmag, Assigned: kmag)
References
Details
Attachments
(1 file)
The hash returned by crypto.subtle.digest is a binary blob. Decoding it as UTF-8 makes no sense.
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8958226 [details]
Bug 1445026: Don't try to decode a binary hash blob as UTF-8.
https://reviewboard.mozilla.org/r/227168/#review233008
Attachment #8958226 -
Flags: review?(lgreco) → review+
Assignee | ||
Comment 4•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/bd612e2c67a90c41fb08c9294a419c5a650da032
Bug 1445026: Don't try to decode a binary hash blob as UTF-8. r=rpl
Comment 5•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
Updated•7 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•