Skip to content

Commit 0fd3553

Browse files
authored
Merge pull request #6540 from thc202/scripts/update-help
scripts: update help
2 parents 3592255 + ca6ee4c commit 0fd3553

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

addOns/scripts/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 help with newer JavaScript engine and links.
89

910
## [45.12.0] - 2025-06-20
1011
### Changed

addOns/scripts/src/main/javahelp/org/zaproxy/zap/extension/scripts/resources/help/contents/scripts.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
<H1>Script Console</H1>
99
<p>
1010
The Script Console add-on allows you to run scripts that can be embedded within ZAP and can access internal ZAP data structures.<br/>
11-
It supports any scripting language that supports JSR 223 (http://www.jcp.org/en/jsr/detail?id=223) , including:
11+
It supports any scripting language that supports <a href="https://www.jcp.org/en/jsr/detail?id=223">JSR 223</a>, including:
1212
<ul>
13-
<li>ECMAScript / JavaScript (using <a href="https://docs.oracle.com/javase/8/docs/technotes/guides/scripting/nashorn/">Nashorn engine</a>, included by default)</li>
14-
<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>
13+
<li>ECMAScript / JavaScript (through the <a href="https://www.zaproxy.org/docs/desktop/addons/graalvm-javascript/">GraalVM JavaScript add-on</a>)</li>
14+
<li><a href="https://www.zaproxy.org/docs/desktop/addons/zest/">Zest</a></li>
1515
<li>Groovy <a href="http://groovy-lang.org/">http://groovy-lang.org/</a></li>
1616
<li>Python <a href="http://www.jython.org">http://www.jython.org</a></li>
1717
<li>Ruby - <a href="http://jruby.org/">http://jruby.org/</a></li>

0 commit comments

Comments
 (0)