Skip to content

Commit 77fd136

Browse files
committed
Update available JavaScript engine
Link to the add-on instead of Nashorn. Also, remove mention that JavaScript/Zest are included by default, they aren't for all distributions. Link to the Zest add-on help as the older link is a 404. Signed-off-by: thc202 <thc202@gmail.com>
1 parent 5c28ac5 commit 77fd136

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

addOns/help/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ All notable changes to this add-on will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66
## Unreleased
7-
7+
### Changed
8+
- Update available JavaScript engine and links.
89

910
## [20] - 2025-03-25
1011
### Fixed

addOns/help/src/main/javahelp/contents/start/features/scripts.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ <H1>Scripts</H1>
1212
ZAP supports scripts that can be embedded within ZAP and can access internal ZAP data structures and classes.
1313
These scripts allow you to dynamically enhance ZAP from within ZAP.
1414
<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 <a href="https://www.jcp.org/en/jsr/detail?id=223">JSR 223</a>, including:
1616
<ul>
17-
<li>ECMAScript / JavaScript (using <a href="https://docs.oracle.com/javase/8/docs/technotes/guides/scripting/nashorn/">Nashorn engine</a>, included by default)</li>
18-
<li>Zest <a href="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 <a href="https://www.zaproxy.org/docs/desktop/addons/graalvm-javascript/">GraalVM JavaScript add-on</a>)</li>
18+
<li><a href="https://www.zaproxy.org/docs/desktop/addons/zest/">Zest</a></li>
1919
<li>Groovy <a href="https://groovy-lang.org/">https://groovy-lang.org/</a></li>
2020
<li>Kotlin <a href="https://kotlinlang.org/">https://kotlinlang.org/</a></li>
2121
<li>Python <a href="https://www.jython.org">https://www.jython.org</a></li>

0 commit comments

Comments
 (0)