File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
java/ql/src/experimental/Security/CWE/CWE-094 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44<qhelp >
55
66<overview >
7- <p >The Java Scripting API has been available since the release of Java 6, which allows
7+ <p >The Java Scripting API has been available since the release of Java 6. It allows
88 applications to interact with scripts written in languages such as JavaScript. It serves
99 as an embedded scripting engine inside Java applications which allows Java-to-JavaScript
1010 interoperability and provides a seamless integration between the two languages. If an
2121</recommendation >
2222
2323<example >
24- <p >The following code could execute random JavaScript code in <code >ScriptEngine</code ></p >
24+ <p >The following code could execute user-supplied JavaScript code in <code >ScriptEngine</code ></p >
2525<sample src =" ScriptEngine.java" />
2626<sample src =" NashornScriptEngine.java" />
2727
You can’t perform that action at this time.
0 commit comments