-
Bug
-
Resolution: Fixed
-
P3
-
8u60, 9
-
None
-
b54
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8085601 | emb-9 | Sundararajan Athijegannathan | P3 | Resolved | Fixed | team |
JDK-8087034 | 8u65 | Sundararajan Athijegannathan | P3 | Resolved | Fixed | b01 |
JDK-8074030 | 8u60 | Sundararajan Athijegannathan | P3 | Resolved | Fixed | b06 |
JDK-8138490 | emb-8u65 | Unassigned | P3 | Resolved | Fixed | b01 |
JDK-8076948 | emb-8u60 | Sundararajan Athijegannathan | P3 | Resolved | Fixed | team |
var args = [ eval ];
args[0]("print('hello')"); // TypeError thrown here
var obj = { foo: eval };
obj.foo("print('hello')"); // // TypeError thrown here
Bug reported by Marcus Lagergren.
args[0]("print('hello')"); // TypeError thrown here
var obj = { foo: eval };
obj.foo("print('hello')"); // // TypeError thrown here
Bug reported by Marcus Lagergren.
- backported by
-
JDK-8074030 Indirect eval fails when used as an element of an array or as a property of an object
-
- Resolved
-
-
JDK-8076948 Indirect eval fails when used as an element of an array or as a property of an object
-
- Resolved
-
-
JDK-8085601 Indirect eval fails when used as an element of an array or as a property of an object
-
- Resolved
-
-
JDK-8087034 Indirect eval fails when used as an element of an array or as a property of an object
-
- Resolved
-
-
JDK-8138490 Indirect eval fails when used as an element of an array or as a property of an object
-
- Resolved
-