Closed
Bug 1956310
Opened 29 days ago
Closed 23 days ago
Update the Sanitizer implementation
Categories
(Core :: DOM: Security, task)
Core
DOM: Security
Tracking
()
RESOLVED
FIXED
139 Branch
Tracking | Status | |
---|---|---|
firefox139 | --- | fixed |
People
(Reporter: tschuster, Assigned: tschuster)
References
(Blocks 1 open bug)
Details
Attachments
(5 files)
Since the re-implementation, there have been a number of updates to the specification. These are mostly just smaller fixes that don't require much work on our end.
Assignee | ||
Comment 1•28 days ago
|
||
Assignee | ||
Comment 2•28 days ago
|
||
Assignee | ||
Comment 3•28 days ago
|
||
Assignee | ||
Comment 4•28 days ago
|
||
Assignee | ||
Comment 5•28 days ago
|
||
Pushed by tschuster@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/55214ad06484
Sanitizer: Add recursive sanitize spec step comment. r=emilio
https://hg.mozilla.org/integration/autoland/rev/a074e76d1815
Sanitizer: Normalize the empty string as namespace to be the null namespace. r=emilio
https://hg.mozilla.org/integration/autoland/rev/a6c051c3b7f9
Sanitizer: Update comments about continuing during sanitization. r=emilio
https://hg.mozilla.org/integration/autoland/rev/46a5d1889575
Sanitizer: Handle replaceWithChildrenElements before the elements allowlist. r=emilio
https://hg.mozilla.org/integration/autoland/rev/dbf0f47e8569
Sanitizer: Parse as HTML even in XML documents. r=emilio
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/51713 for changes under testing/web-platform/tests
Comment 8•23 days ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/55214ad06484
https://hg.mozilla.org/mozilla-central/rev/a074e76d1815
https://hg.mozilla.org/mozilla-central/rev/a6c051c3b7f9
https://hg.mozilla.org/mozilla-central/rev/46a5d1889575
https://hg.mozilla.org/mozilla-central/rev/dbf0f47e8569
Status: NEW → RESOLVED
Closed: 23 days ago
status-firefox139:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 139 Branch
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•