Skip to content
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

Update javascript engine information #2965

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion site/content/docs/desktop/addons/script-console/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The Script Console add-on allows you to run scripts that can be embedded within

It supports any scripting language that supports JSR 223 (http://www.jcp.org/en/jsr/detail?id=223) , including:

* ECMAScript / JavaScript (using [Nashorn engine](https://docs.oracle.com/javase/8/docs/technotes/guides/scripting/nashorn/), included by default)
* ECMAScript / JavaScript (using [Graal.js engine](https://www.graalvm.org/), included by default)
* Zest <https://developer.mozilla.org/en-US/docs/zest> (included by default)
* Groovy <http://groovy-lang.org/>
* Python <http://www.jython.org>
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/desktop/start/features/scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ These scripts allow you to dynamically enhance ZAP from within ZAP.

ZAP supports any scripting language that supports JSR 223 (http://www.jcp.org/en/jsr/detail?id=223) , including:

* ECMAScript / JavaScript (using [Nashorn engine](https://docs.oracle.com/javase/8/docs/technotes/guides/scripting/nashorn/), included by default)
* ECMAScript / JavaScript (using [Graal.js engine](https://www.graalvm.org/), included by default)
* Zest <https://developer.mozilla.org/en-US/docs/zest> (included by default)
* Groovy <https://groovy-lang.org/>
* Kotlin <https://kotlinlang.org/>
Expand Down