Skip to content

Update available JavaScript engine #587

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion addOns/help/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ All notable changes to this add-on will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

### Changed
- Update available JavaScript engine and links.

## [20] - 2025-03-25
### Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ <H1>Scripts</H1>
ZAP supports scripts that can be embedded within ZAP and can access internal ZAP data structures and classes.
These scripts allow you to dynamically enhance ZAP from within ZAP.
<p>
ZAP supports any scripting language that supports JSR 223 (http://www.jcp.org/en/jsr/detail?id=223) , including:
ZAP supports any scripting language that supports <a href="https://www.jcp.org/en/jsr/detail?id=223">JSR 223</a>, including:
<ul>
<li>ECMAScript / JavaScript (using <a href="https://docs.oracle.com/javase/8/docs/technotes/guides/scripting/nashorn/">Nashorn engine</a>, included by default)</li>
<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>
<li>ECMAScript / JavaScript (through the <a href="https://www.zaproxy.org/docs/desktop/addons/graalvm-javascript/">GraalVM JavaScript add-on</a>)</li>
<li><a href="https://www.zaproxy.org/docs/desktop/addons/zest/">Zest</a></li>
<li>Groovy <a href="https://groovy-lang.org/">https://groovy-lang.org/</a></li>
<li>Kotlin <a href="https://kotlinlang.org/">https://kotlinlang.org/</a></li>
<li>Python <a href="https://www.jython.org">https://www.jython.org</a></li>
Expand Down