Skip to content

Commit c9c82cd

Browse files
authored
Merge pull request #2776 from zapbot/update-data
Update data
2 parents 4c387ba + dfefa87 commit c9c82cd

File tree

6 files changed

+50
-25
lines changed

6 files changed

+50
-25
lines changed

site/content/docs/desktop/addons/retire.js/_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: retire
9-
version: 0.38.0
9+
version: 0.39.0
1010
---
1111

1212
# Retire.js {#id-10003}

site/content/docs/desktop/addons/technology-detection/_index.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 1
66
cascade:
77
addon:
88
id: wappalyzer
9-
version: 21.39.0
9+
version: 21.40.0
1010
---
1111

1212
# Technology Detection
@@ -27,20 +27,20 @@ Right clicking on a technology will display a 'Show evidence' menu under which a
2727
Selecting a regex will switch to the 'Search' tab and search through the history for that regex. Note: If multiple rows are selected the menu will not be displayed.
2828

2929
Beside the site selection drop down is an Export button which can be used to export a CSV (comma separated values) file based on the
30-
table information currently being displayed. There is also a toggle button which allows users to easily Enable/Disable the Technology Detection
31-
passive scanner.
30+
table information currently being displayed.
3231

33-
The toolbar includes an enable/disable toggle button which controls whether the technology detection passive scan rule is functioning or not.
34-
This enabled state is persisted between ZAP sessions.
32+
The toolbar also includes:
3533

36-
## Reporting
34+
* An enable/disable toggle button which controls whether the technology detection passive scan rule is functioning or not. This enabled state is persisted between ZAP sessions.
3735

38-
Technology data is available to reports via the [WappalyzerJobResultData](https://github.com/zaproxy/zap-extensions/tree/main/addOns/wappalyzer/src/main/java/org/zaproxy/zap/extension/wappalyzer/automation/WappalyzerJobResultData.java) class.
36+
## Reporting
3937

40-
## External Links
38+
Technology data is available to reports via the [TechJobResultData](https://github.com/zaproxy/zap-extensions/tree/main/addOns/wappalyzer/src/main/java/org/zaproxy/zap/extension/wappalyzer/automation/TechJobResultData.java) class.
4139

42-
| | | |
43-
|---|-------------------------------------------------------------------|-------------------------------------------------------------------------------------------|
44-
| | [Enthec Webappanalyzer](https://github.com/enthec/webappanalyzer) | This project is a continuation of the iconic Wappalyzer that went private in August 2023. |
45-
| | <https://www.wappalyzer.com/> | The Wappalyzer Homepage |
46-
| | https://github.com/wappalyzer/wappalyzer | As of early August 2023 the Wappalyzer Repository is no longer public. |
40+
## External Links
41+
42+
| | | |
43+
|---|-------------------------------------------------------------------|-------------------------------------------------------------------------------------------|
44+
| | [Enthec Webappanalyzer](https://github.com/enthec/webappanalyzer) | This project is a continuation of the iconic Wappalyzer that went private in August 2023. |
45+
| | <https://www.wappalyzer.com/> | The Wappalyzer Homepage |
46+
| | https://github.com/wappalyzer/wappalyzer | As of early August 2023 the Wappalyzer Repository is no longer public. |
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
# This page was generated from the add-on.
3+
title: Options Tech Detection screen
4+
type: userguide
5+
weight: 2
6+
---
7+
8+
# Options Tech Detection screen
9+
10+
This screen allows you to configure the [Tech Detection](/docs/desktop/addons/technology-detection/) options:
11+
12+
### Mode
13+
14+
The Mode which controls the behavior of the technology detection passive scan rule. This Mode is persisted between ZAP sessions.
15+
16+
* Quick \> Return on first match; which may mean missing version information, but should be slightly more performant. (This is the default.)
17+
* Exhaustive \> Keep matching and don't return early; likely slightly less performant.
18+
19+
### Alerts {#10004}
20+
21+
Allows the user to select whether or not the technology detection passive scan rule should raise alerts as technologies are identified (Enabled by default). Alerts are Informational and include the Tech Name, a Description of the tech if available, Other Info may include CPE or version details, and References may contain Tech specific URLs.
22+
23+
Latest code: [TechPassiveScanner.java](https://github.com/zaproxy/zap-extensions/blob/main/addOns/wappalyzer/src/main/java/org/zaproxy/zap/extension/wappalyzer/TechPassiveScanner.java)
24+
25+
Alert ID: [10004](/docs/alerts/10004/)

site/content/docs/sbom/retire.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ weight: 1
66
cascade:
77
addon:
88
id: retire
9-
version: 0.38.0
9+
version: 0.39.0
1010
sbom:
1111
format: CycloneDX
12-
downloadUrl: https://github.com/zaproxy/zap-extensions/releases/download/retire-v0.38.0/bom.json
12+
downloadUrl: https://github.com/zaproxy/zap-extensions/releases/download/retire-v0.39.0/bom.json
1313
components:
1414
- name: aopalliance
1515
version: '1.0'

site/content/docs/sbom/wappalyzer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ weight: 1
66
cascade:
77
addon:
88
id: wappalyzer
9-
version: 21.39.0
9+
version: 21.40.0
1010
sbom:
1111
format: CycloneDX
12-
downloadUrl: https://github.com/zaproxy/zap-extensions/releases/download/wappalyzer-v21.39.0/bom.json
12+
downloadUrl: https://github.com/zaproxy/zap-extensions/releases/download/wappalyzer-v21.40.0/bom.json
1313
components:
1414
- name: aopalliance
1515
version: '1.0'

site/data/addons.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -868,14 +868,14 @@
868868
version: 0.9.0
869869
- id: retire
870870
name: Retire.js
871-
description: Retire.js
871+
description: Use Retire.js to identify vulnerable or out-dated JavaScript packages.
872872
author: Nikita Mundhada and the ZAP Dev Team
873873
status: release
874874
infoUrl: /docs/desktop/addons/retire.js/
875875
repoUrl: https://github.com/zaproxy/zap-extensions/
876-
downloadUrl: https://github.com/zaproxy/zap-extensions/releases/download/retire-v0.38.0/retire-release-0.38.0.zap
877-
date: 2024-08-05
878-
version: 0.38.0
876+
downloadUrl: https://github.com/zaproxy/zap-extensions/releases/download/retire-v0.39.0/retire-release-0.39.0.zap
877+
date: 2024-08-28
878+
version: 0.39.0
879879
- id: reveal
880880
name: Reveal
881881
description: Show hidden fields and enable disabled fields
@@ -1045,9 +1045,9 @@
10451045
status: release
10461046
infoUrl: /docs/desktop/addons/technology-detection/
10471047
repoUrl: https://github.com/zaproxy/zap-extensions/
1048-
downloadUrl: https://github.com/zaproxy/zap-extensions/releases/download/wappalyzer-v21.39.0/wappalyzer-release-21.39.0.zap
1049-
date: 2024-07-04
1050-
version: 21.39.0
1048+
downloadUrl: https://github.com/zaproxy/zap-extensions/releases/download/wappalyzer-v21.40.0/wappalyzer-release-21.40.0.zap
1049+
date: 2024-08-28
1050+
version: 21.40.0
10511051
- id: webdriverlinux
10521052
name: Linux WebDrivers
10531053
description: Linux WebDrivers for Firefox and Chrome.

0 commit comments

Comments
 (0)