Closed
Bug 1941005
Opened 7 months ago
Closed 7 months ago
setAttribute/setAttributeNS does not set the sink name for content handler attribute
Categories
(Core :: DOM: Security, defect)
Core
DOM: Security
Tracking
()
RESOLVED
FIXED
136 Branch
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: fredw, Assigned: fredw)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
This was forgotten in https://phabricator.services.mozilla.com/D227943
Need to add
+ aSink.AssignLiteral(u"Element ");
+ aSink.Append(*aAttributeName);
Assignee | ||
Comment 1•7 months ago
|
||
Pushed by fwang@igalia.com:
https://hg.mozilla.org/integration/autoland/rev/c72899901f29
fix sink name for setAttribute/setAttributeNS with content handler attribute. r=smaug
Comment 3•7 months ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 months ago
status-firefox136:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 136 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•