Skip to content

Commit e802a20

Browse files
authored
Merge pull request #3386 from zapbot/update-data
Update data
2 parents f9875ea + b8d5457 commit e802a20

File tree

12 files changed

+158
-85
lines changed

12 files changed

+158
-85
lines changed

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.31.0
9+
version: 0.32.0
1010
---
1111

1212
# Authentication Helper

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 1
66
cascade:
77
addon:
88
id: automation
9-
version: 0.55.0
9+
version: 0.56.0
1010
---
1111

1212
# Automation Framework
@@ -21,6 +21,7 @@ It provides the following command line options:
2121
* -autogenmin \<filename\> Generate template automation file with the key parameters.
2222
* -autogenmax \<filename\> Generate template automation file with all parameters.
2323
* -autogenconf \<filename\> Generate template automation file using the current configuration.
24+
* -autocheck \<source\> Check the specified automation plan in the file or from the URL.
2425

2526
### Exit Codes {#exit-codes}
2627

site/content/docs/desktop/addons/report-generation/_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: reports
9-
version: 0.41.0
9+
version: 0.42.0
1010
---
1111

1212
# Report Generation

site/content/docs/desktop/addons/report-generation/report-traditional-json-plus.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ type: userguide
4040
"instances":[
4141
{
4242
"uri": "http://localhost:8080/bodgeit/search.jsp?q=%3C%2Ffont%3E%3CscrIpt%3Ealert%281%29%3B%3C%2FscRipt%3E%3Cfont%3E",
43+
"nodeName": "http://localhost:8080/bodgeit/search.jsp (q)",
4344
"method": "GET",
4445
"param": "q",
4546
"attack": "</font><scrIpt>alert(1);</scRipt><font>",
@@ -52,6 +53,7 @@ type: userguide
5253
},
5354
{
5455
"uri": "http://localhost:8080/bodgeit/contact.jsp",
56+
"nodeName": "http://localhost:8080/bodgeit/contact.jsp",
5557
"method": "POST",
5658
"param": "comments",
5759
"attack": "</td><scrIpt>alert(1);</scRipt><td>",
@@ -64,6 +66,7 @@ type: userguide
6466
}
6567
],
6668
"count": "2",
69+
"systemic": false,
6770
"solution": "<p>Phase: Architecture and Design</p><p>Use a vetted library or framework that does not ...</p>",
6871
"otherinfo": "",
6972
"reference": "<p>http://projects.webappsec.org/Cross-Site-Scripting</p><p>http://cwe.mitre.org/data/definitions/79.html</p>",

site/content/docs/desktop/addons/report-generation/report-traditional-json.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ type: userguide
3232
"instances":[
3333
{
3434
"uri": "http://localhost:8080/bodgeit/search.jsp?q=%3C%2Ffont%3E%3CscrIpt%3Ealert%281%29%3B%3C%2FscRipt%3E%3Cfont%3E",
35+
"nodeName": "http://localhost:8080/bodgeit/search.jsp (q)",
3536
"method": "GET",
3637
"param": "q",
3738
"attack": "</font><scrIpt>alert(1);</scRipt><font>",
@@ -40,6 +41,7 @@ type: userguide
4041
},
4142
{
4243
"uri": "http://localhost:8080/bodgeit/contact.jsp",
44+
"nodeName": "http://localhost:8080/bodgeit/contact.jsp",
4345
"method": "POST",
4446
"param": "comments",
4547
"attack": "</td><scrIpt>alert(1);</scRipt><td>",
@@ -48,6 +50,7 @@ type: userguide
4850
}
4951
],
5052
"count": "2",
53+
"systemic": false,
5154
"solution": "<p>Phase: Architecture and Design</p><p>Use a vetted library or framework that does not ...</p>",
5255
"otherinfo": "",
5356
"reference": "<p>http://projects.webappsec.org/Cross-Site-Scripting</p><p>http://cwe.mitre.org/data/definitions/79.html</p>",

site/content/docs/desktop/addons/report-generation/report-traditional-markdown.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,18 +68,21 @@ CSRF attacks are effective in a number of situations, including:
6868
CSRF has primarily been used to perform an action against a target site using the victim's privileges, but recent techniques have been discovered to disclose information by gaining access to the response. The risk of information disclosure is dramatically increased when the target site is vulnerable to XSS, because XSS can be used as a platform for CSRF, allowing the attack to operate within the bounds of the same-origin policy.
6969
7070
* URL: http://localhost:8080/bodgeit/advanced.jsp
71+
* Node Name: http://localhost:8080/bodgeit/advanced.jsp
7172
* Method: `GET`
7273
* Parameter: ``
7374
* Attack: ``
7475
* Evidence: `<form id="advanced" name="advanced" method="POST" onsubmit="return validateForm(this);false;">`
7576
* Other Info: ``
7677
* URL: http://localhost:8080/bodgeit/advanced.jsp
78+
* Node Name: http://localhost:8080/bodgeit/advanced.jsp
7779
* Method: `GET`
7880
* Parameter: ``
7981
* Attack: ``
8082
* Evidence: `<form id="query" name="advanced" method="POST">`
8183
* Other Info: ``
8284
* URL: http://localhost:8080/bodgeit/basket.jsp
85+
* Node Name: http://localhost:8080/bodgeit/basket.jsp
8386
* Method: `GET`
8487
* Parameter: ``
8588
* Attack: ``

site/content/docs/desktop/addons/report-generation/report-traditional-xml-plus.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ type: userguide
2828
2929
<instance>
3030
<uri>http://localhost:8080/bodgeit/js</uri>
31+
<nodeName>http://localhost:8080/bodgeit/js</nodeName>
3132
<method>GET</method>
3233
<param></param>
3334
<attack></attack>
@@ -61,6 +62,7 @@ type: userguide
6162
6263
<instance>
6364
<uri>http://localhost:8080/bodgeit/js/util.js</uri>
65+
<nodeName>http://localhost:8080/bodgeit/js/util.js</nodeName>
6466
<method>GET</method>
6567
<param></param>
6668
<attack></attack>
@@ -157,6 +159,7 @@ type: userguide
157159
158160
</instances>
159161
<count>3</count>
162+
<systemic>false</systemic>
160163
<solution></solution>
161164
<otherinfo>NOTE: Because of its name this cookie may be important, but dropping it appears to have no effect: [JSESSIONID]
162165
Cookies that don&apos;t have expected effects can reveal flaws in application logic. In the worst case, this can reveal where authentication via cookie token(s) is not actually enforced.

site/content/docs/desktop/addons/report-generation/report-traditional-xml.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ type: userguide
2626
<confidencedesc>Medium</confidencedesc>
2727
<desc><p>A cross-site request forgery is an attack that involves forcing a victim to send an HTTP request to a target destination without their knowledge...</desc>
2828
<instances>
29-
3029
<instance>
3130
<uri>http://localhost:8080/bodgeit/advanced.jsp</uri>
31+
<nodeName>http://localhost:8080/bodgeit/advanced.jsp</nodeName>
3232
<method>GET</method>
3333
<param></param>
3434
<attack></attack>
@@ -38,6 +38,7 @@ type: userguide
3838
3939
<instance>
4040
<uri>http://localhost:8080/bodgeit/advanced.jsp</uri>
41+
<nodeName>http://localhost:8080/bodgeit/advanced.jsp</nodeName>
4142
<method>GET</method>
4243
<param></param>
4344
<attack></attack>
@@ -47,12 +48,16 @@ type: userguide
4748
4849
<instance>
4950
<uri>http://localhost:8080/bodgeit/basket.jsp</uri>
51+
<nodeName>http://localhost:8080/bodgeit/basket.jsp</nodeName>
5052
<method>GET</method>
5153
<param></param>
5254
<attack></attack>
5355
<evidence><form action="basket.jsp" method="post"></evidence>
5456
<otherinfo></otherinfo>
5557
</instance>
56-
58+
<count>2</count>
59+
<systemic>false</systemic>
60+
<solution>The solution</solution>
61+
<otherinfo>The other info</otherinfo>
5762
5863
```

site/content/docs/sbom/authhelper.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ weight: 1
66
cascade:
77
addon:
88
id: authhelper
9-
version: 0.31.0
9+
version: 0.32.0
1010
sbom:
1111
format: CycloneDX
12-
downloadUrl: https://github.com/zaproxy/zap-extensions/releases/download/authhelper-v0.31.0/bom.json
12+
downloadUrl: https://github.com/zaproxy/zap-extensions/releases/download/authhelper-v0.32.0/bom.json
1313
components:
1414
- name: aopalliance
1515
version: '1.0'
@@ -42,7 +42,7 @@ sbom:
4242
version: '1.9'
4343
licenses: Apache-2.0
4444
- name: automation
45-
version: 0.55.0
45+
version: 0.56.0
4646
licenses: ''
4747
- name: batik-anim
4848
version: '1.19'

site/content/docs/sbom/automation.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: automation
9-
version: 0.55.0
9+
version: 0.56.0
1010
sbom:
1111
format: CycloneDX
12-
downloadUrl: https://github.com/zaproxy/zap-extensions/releases/download/automation-v0.55.0/bom.json
12+
downloadUrl: https://github.com/zaproxy/zap-extensions/releases/download/automation-v0.56.0/bom.json
1313
components:
1414
- name: apiguardian-api
1515
version: 1.1.2

0 commit comments

Comments
 (0)