Closed
Bug 1542406
Opened 6 years ago
Closed 6 years ago
Restrict contents of direct eval in fields
Categories
(Core :: JavaScript Engine, task)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla68
| Tracking | Status | |
|---|---|---|
| firefox68 | --- | fixed |
People
(Reporter: khyperia, Assigned: khyperia)
References
Details
Attachments
(1 file)
Punted from bug 1540793 into its own bug.
For example, this is disallowed:
class C {
x = eval('arguments');
}
| Assignee | ||
Comment 1•6 years ago
|
||
Pushed by ahauck@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c66792afc2c2
Restrict contents of direct eval in fields. r=jorendorff
Comment 3•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
You need to log in
before you can comment on or make changes to this bug.
Description
•