Skip to content

Commit f6292e5

Browse files
authored
Merge pull request #3632 from zapbot/update-data
Update data
2 parents 35bf338 + a2cf3dd commit f6292e5

25 files changed

Lines changed: 504 additions & 439 deletions

File tree

site/content/docs/desktop/addons/active-scan-rules/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 1
66
cascade:
77
addon:
88
id: ascanrules
9-
version: 79.0.0
9+
version: 80.0.0
1010
---
1111

1212
# Active Scan Rules

site/content/docs/desktop/addons/authentication-helper/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 1
66
cascade:
77
addon:
88
id: authhelper
9-
version: 0.34.0
9+
version: 0.35.0
1010
---
1111

1212
# Authentication Helper

site/content/docs/desktop/addons/encode-decode-hash/_index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 1
66
cascade:
77
addon:
88
id: encoder
9-
version: 1.8.0
9+
version: 1.9.0
1010
---
1111

1212
# Encode / Decode / Hash dialog
@@ -23,6 +23,10 @@ The dialog has one field that is common to all of the tabs:
2323
This field is for the text that you want to be encoded, decoded or hashed.
2424
If any text is selected when the dialog is invoked then it will be put in this field. The other fields will be updated dynamically if you change the text
2525

26+
### Layout
27+
28+
The boundary between the input text area and the output panels can be dragged to resize the areas. This position is saved together with your tab layout when you close the dialog.
29+
2630
## Toolbar
2731

2832
* ![](/docs/desktop/addons/encode-decode-hash/images/ui-tab--plus.png) Add New Tab - Adds a new tab to the dialog.

site/content/docs/desktop/addons/graalvm-javascript/_index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 1
66
cascade:
77
addon:
88
id: graaljs
9-
version: 0.13.0
9+
version: 0.14.0
1010
---
1111

1212
# GraalVM JavaScript
@@ -16,3 +16,7 @@ Allows to use [GraalVM](https://www.graalvm.org/) JavaScript engine for ZAP scri
1616
## Engine Name
1717

1818
The engine is named `Graal.js`, which should be used when manually/programmatically configuring ZAP.
19+
20+
## Engine Lifecycle and Script Types
21+
22+
Graal.js engines are automatically closed when the engine and any results produced by it are no longer in use. Scripts that are short lived, such as `standalone` scripts, should therefore not add or install components into ZAP, because those components will become stale when the engine is closed. For components that are expected to live longer, use the `extender` script type instead. Extender scripts are expected to manage their lifecycle explicitly via their `install` and `uninstall` methods.

site/content/docs/desktop/addons/graphql-support/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 1
66
cascade:
77
addon:
88
id: graphql
9-
version: 0.31.0
9+
version: 0.32.0
1010
---
1111

1212
# GraphQL Support

site/content/docs/desktop/addons/import-export/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 1
66
cascade:
77
addon:
88
id: exim
9-
version: 0.16.0
9+
version: 0.17.0
1010
---
1111

1212
# Import/Export

site/content/docs/desktop/addons/import-export/sitestreeformat.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ Each node has the following format:
2424
```
2525

2626

27+
When exporting the Sites Tree with a context the nodes that are out of context but present in the tree will be absent of all properties except the node name and children (if any in context), to retain the tree structure.
28+
29+
2730
This format is used by the [Automation Framework](/docs/desktop/addons/import-export/automation/) export and prune jobs, and by the corresponding
2831
[desktop menus](/docs/desktop/addons/import-export/).
2932

site/content/docs/desktop/addons/insights/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 1
66
cascade:
77
addon:
88
id: insights
9-
version: 0.1.0
9+
version: 0.2.0
1010
---
1111

1212
# Insights Add-on

site/content/docs/desktop/addons/passive-scan-rules/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 1
66
cascade:
77
addon:
88
id: pscanrules
9-
version: 70.0.0
9+
version: 71.0.0
1010
---
1111

1212
# Passive Scan Rules

site/content/docs/desktop/addons/quick-start/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 1
66
cascade:
77
addon:
88
id: quickstart
9-
version: 53.0.0
9+
version: 54.0.0
1010
---
1111

1212
# Quick Start

0 commit comments

Comments
 (0)