Closed
Bug 7224
Opened 26 years ago
Closed 26 years ago
Remove support for "caller" property
Categories
(Core :: JavaScript Engine, defect, P3)
Tracking
()
VERIFIED
FIXED
M7
People
(Reporter: norrisboyd, Assigned: rogerl)
References
Details
The "caller" property of the arguments object has been identified as a
vulnerable point for security when we mix privileged scripts and unprivileged
scripts. Considering that it is not ECMA and is not planned to be part of
JavaScript 2.0, we should remove it.
Reporter | ||
Updated•26 years ago
|
Summary: Remove support for "caller" property → Remove support for "caller" property
Target Milestone: M7
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 1•26 years ago
|
||
It's gone.
Javacsript component begin retired. Moving this bug to Javascript Engine.
verified. added a test case,
mozilla/js/tests/js1_4/regress/regress-7224.js
Comment 4•23 years ago
|
||
See also bug 65683, "Function objects should have a caller property" (fixed).
You need to log in
before you can comment on or make changes to this bug.
Description
•