Closed
Bug 1902016
Opened 1 year ago
Closed 1 year ago
Stringification of null-string violates assertion
Categories
(Core :: DOM: Security, defect)
Core
DOM: Security
Tracking
()
RESOLVED
INVALID
People
(Reporter: mbrodesser, Unassigned)
References
(Blocks 1 open bug)
Details
which is called from https://searchfox.org/mozilla-central/source/__GENERATED__/dom/bindings/TrustedTypesBinding.cpp#358.
Only happens with the Trusted Types pref set to true.
The desired behavior needs to be specified: https://github.com/w3c/trusted-types/issues/469#issuecomment-2163050989.
Comment 1•1 year ago
|
||
freddy will look into whether this requires also a bug against the DOM bindings to either fail in the Release case or handle it appropriately without an assert.
Flags: needinfo?(fbraun)
| Reporter | ||
Comment 2•1 year ago
|
||
With https://github.com/w3c/trusted-types/pull/527 stringification of a null-string doesn't happen anymore for Trusted Types. Therefore closing this ticket.
Status: NEW → RESOLVED
Closed: 1 year ago
Flags: needinfo?(fbraun)
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•