You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: addOns/help/src/main/javahelp/contents/start/features/scripts.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,10 @@ <H1>Scripts</H1>
12
12
ZAP supports scripts that can be embedded within ZAP and can access internal ZAP data structures and classes.
13
13
These scripts allow you to dynamically enhance ZAP from within ZAP.
14
14
<p>
15
-
ZAP supports any scripting language that supports JSR 223 (http://www.jcp.org/en/jsr/detail?id=223) , including:
15
+
ZAP supports any scripting language that supports <ahref="https://www.jcp.org/en/jsr/detail?id=223">JSR 223</a>, including:
16
16
<ul>
17
-
<li>ECMAScript / JavaScript (using <ahref="https://docs.oracle.com/javase/8/docs/technotes/guides/scripting/nashorn/">Nashorn engine</a>, included by default)</li>
18
-
<li>Zest <ahref="https://developer.mozilla.org/en-US/docs/zest">https://developer.mozilla.org/en-US/docs/zest</a> (included by default)</li>
17
+
<li>ECMAScript / JavaScript (through the <ahref="https://www.zaproxy.org/docs/desktop/addons/graalvm-javascript/">GraalVM JavaScript add-on</a>)</li>
0 commit comments