Closed
Bug 1110497
Opened 10 years ago
Closed 10 years ago
[EME] Reject clearkey updates with invalid license data
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
mozilla37
People
(Reporter: cpearce, Assigned: cpearce)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
4.17 KB,
patch
|
eflores
:
review+
|
Details | Diff | Splinter Review |
We should be rejecting MediaKeySession.update() messages which contain invalid licenses.
From the update() spec:
https://w3c.github.io/encrypted-media/#widl-MediaKeySession-update-Promise-void--BufferSource-response
"If the format of sanitized response is invalid in any way, reject promise with a new DOMException whose name is InvalidAccessError."
This makes it harder for people to write ClearKey test pages...
Assignee | ||
Comment 1•10 years ago
|
||
Make gmp-clearkey reject license messages that don't conform to the required format.
Attachment #8535282 -
Flags: review?(edwin)
Comment on attachment 8535282 [details] [diff] [review]
Patch: Make gmp-clearkey reject invalid license messages
Review of attachment 8535282 [details] [diff] [review]:
-----------------------------------------------------------------
Eh, ok.
Attachment #8535282 -
Flags: review?(edwin) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Comment 4•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla37
Assignee | ||
Comment 5•10 years ago
|
||
Mass update firefox-status to track EME uplift.
You need to log in
before you can comment on or make changes to this bug.
Description
•