Skip to content

Commit 254f2bd

Browse files
committed
Update data
From: zaproxy/zap-admin@5380e1e Signed-off-by: zapbot <12745184+zapbot@users.noreply.github.com>
1 parent 82f3be1 commit 254f2bd

File tree

49 files changed

+930
-438
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+930
-438
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 1
66
cascade:
77
addon:
88
id: ascanrulesAlpha
9-
version: 47.0.0
9+
version: 48.0.0
1010
---
1111

1212
# Active Scan Rules - Alpha
@@ -29,7 +29,7 @@ Latest code: [ExampleSimpleActiveScanRule.java](https://github.com/zaproxy/zap-e
2929

3030
## LDAP Injection {#id-40015}
3131

32-
LDAP Injection may be possible. It may be possible for an attacker to bypass authentication controls, and to view and modify arbitrary data in the LDAP directory.
32+
LDAP Injection may be possible. It may be possible for an attacker to bypass authentication controls, and to view and modify arbitrary data in the LDAP directory. Skips messages which originally resulted in a client or server error response status code.
3333

3434
Latest code: [LdapInjectionScanRule.java](https://github.com/zaproxy/zap-extensions/blob/main/addOns/ascanrulesAlpha/src/main/java/org/zaproxy/zap/extension/ascanrulesAlpha/LdapInjectionScanRule.java)
3535

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 1
66
cascade:
77
addon:
88
id: ascanrulesBeta
9-
version: 54.0.0
9+
version: 55.0.0
1010
---
1111

1212
# Active Scan Rules - Beta
@@ -180,7 +180,7 @@ Alert ID: [42](/docs/alerts/42/).
180180

181181
## Source Code Disclosure - File Inclusion {#id-43}
182182

183-
Uses local file inclusion techniques to scan for files containing source code on the web server.
183+
Uses local file inclusion techniques to scan for files containing source code on the web server. Skips messages which originally resulted in a client or server error response status code.
184184

185185
Latest code: [SourceCodeDisclosureFileInclusionScanRule.java](https://github.com/zaproxy/zap-extensions/blob/main/addOns/ascanrulesBeta/src/main/java/org/zaproxy/zap/extension/ascanrulesBeta/SourceCodeDisclosureFileInclusionScanRule.java)
186186

site/content/docs/desktop/addons/ajax-spider/_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: spiderAjax
9-
version: 23.20.0
9+
version: 23.21.0
1010
---
1111

1212
# AJAX Spider

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.15.0
9+
version: 0.15.1
1010
---
1111

1212
# Authentication Helper

site/content/docs/desktop/addons/automation-framework/_index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 1
66
cascade:
77
addon:
88
id: automation
9-
version: 0.41.0
9+
version: 0.42.0
1010
---
1111

1212
# Automation Framework
@@ -71,8 +71,6 @@ The following automation jobs are supported by this add-on:
7171

7272
* [addOns](/docs/desktop/addons/automation-framework/job-addons/) - add-on management, now deprecated
7373
* [delay](/docs/desktop/addons/automation-framework/job-delay/) - pauses the plan for a specified period of time or a specific condition is met
74-
* [passiveScan-config](/docs/desktop/addons/automation-framework/job-pscanconf/) - passive scan configuration
75-
* [passiveScan-wait](/docs/desktop/addons/automation-framework/job-pscanwait/) - waits for the passive scanner to finish processing the current queue
7674
* [requestor](/docs/desktop/addons/automation-framework/job-requestor/) - crafts specific requests to send to the corresponding targets
7775
* [activeScan](/docs/desktop/addons/automation-framework/job-ascan/) - runs the active scanner
7876

site/content/docs/desktop/addons/automation-framework/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This page was generated from the add-on.
33
title: Automation Framework - About
44
type: userguide
5-
weight: 14
5+
weight: 12
66
---
77

88
# Automation Framework - About

site/content/docs/desktop/addons/automation-framework/environment.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ env: # The environment, mandatory
5555
technology:
5656
exclude: # List of tech to exclude, as per https://www.zaproxy.org/techtags/ (just use last names)
5757
include: # List of tech to include, should only be used when targeting specific techs, the exclude takes precedence when configuring the context.
58+
structure:
59+
structuralParameters: # List of names of structural parameters.
5860
users: # List of one or more users available to use for authentication
5961
- name: # String, the name to be used by the jobs
6062
credentials: # List of user credentials - may include any required for scripts

site/content/docs/desktop/addons/automation-framework/job-ascan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This page was generated from the add-on.
33
title: Automation Framework - activeScan Job
44
type: userguide
5-
weight: 8
5+
weight: 6
66
---
77

88
# Automation Framework - activeScan Job

site/content/docs/desktop/addons/automation-framework/test-alert.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This page was generated from the add-on.
33
title: Automation Framework - Alert Job Test
44
type: userguide
5-
weight: 10
5+
weight: 8
66
---
77

88
# Automation Framework - Alert Job Test

site/content/docs/desktop/addons/automation-framework/test-monitor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This page was generated from the add-on.
33
title: Automation Framework - Monitor Job Test
44
type: userguide
5-
weight: 11
5+
weight: 9
66
---
77

88
# Automation Framework - Monitor Job Test

0 commit comments

Comments
 (0)