Closed
Bug 459948
Opened 17 years ago
Closed 17 years ago
Workers: update workers based on security review feedback
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla1.9.1b2
People
(Reporter: bent.mozilla, Assigned: bent.mozilla)
References
Details
Attachments
(1 file, 1 obsolete file)
|
6.81 KB,
patch
|
sicking
:
review+
sicking
:
superreview+
|
Details | Diff | Splinter Review |
Patch attached.
Attachment #343133 -
Flags: superreview?(jonas)
Attachment #343133 -
Flags: review?(jonas)
Comment 1•17 years ago
|
||
Pretty vague bug summary :-)
Looks like this does the first three bullets at
https://wiki.mozilla.org/Firefox3.1/Web_Workers_Security_Review#Review_comments
that is, clearing regexp statics on context reuse, asserting attempts to use the stub security manager, and testing recursion.
Don't think the bug needs to be hidden since 1) the issues are public, and 2) this is getting fixed before we've released with the problems.
It'd be nice to get a verification test for clearing the regexp statics, some test that shows bleed-through values before the fix and doesn't after.
Group: core-security
| Assignee | ||
Comment 2•17 years ago
|
||
Thanks Dan, Jonas had a similar concern, so here is a patch with an additional test.
Attachment #343133 -
Attachment is obsolete: true
Attachment #343146 -
Flags: superreview?(jonas)
Attachment #343146 -
Flags: review?(jonas)
Attachment #343133 -
Flags: superreview?(jonas)
Attachment #343133 -
Flags: review?(jonas)
Attachment #343146 -
Flags: superreview?(jonas)
Attachment #343146 -
Flags: superreview+
Attachment #343146 -
Flags: review?(jonas)
Attachment #343146 -
Flags: review+
| Assignee | ||
Comment 3•17 years ago
|
||
Pushed last night.
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Component: DOM: Mozilla Extensions → DOM
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•