Skip to content

Commit 696df85

Browse files
committed
#2024 Removed OWASP references from the ZAP-advanced documentation
due to ZAP moving to the Software Security Project Signed-off-by: Samreet Singh <samreet.singh@iteratec.com>
1 parent 00e8dec commit 696df85

9 files changed

Lines changed: 7 additions & 24 deletions

File tree

scanners/zap-advanced/.helm-docs.gotmpl

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ usecase: "WebApp & OpenAPI Vulnerability Scanner extend with authentication feat
2525
{{- end }}
2626

2727
{{- define "extra.chartAboutSection" -}}
28-
## What is OWASP ZAP?
28+
## What is ZAP?
2929

30-
The [OWASP Zed Attack Proxy (ZAP)][zap owasp project] is one of the world’s most popular free security tools and is actively maintained by hundreds of international volunteers*. It can help you automatically find security vulnerabilities in your web applications while you are developing and testing your applications. It's also a great tool for experienced pentesters to use for manual security testing.
30+
The Zed Attack Proxy (ZAP) is one of the world’s most popular free security tools and is actively maintained by hundreds of international volunteers*. It can help you automatically find security vulnerabilities in your web applications while you are developing and testing your applications. It's also a great tool for experienced pentesters to use for manual security testing.
3131

3232
To learn more about the ZAP scanner itself visit [https://www.zaproxy.org/](https://www.zaproxy.org/).
3333
{{- end }}
@@ -42,7 +42,7 @@ The command line interface can be used to easily run server scans: `-t www.examp
4242
```bash
4343
usage: zap-client [-h] -z ZAP_URL [-a API_KEY] [-c CONFIG_FOLDER] -t TARGET [-o OUTPUT_FOLDER] [-r XML,XML-plus,JSON,JSON-plus,HTML,HTML-plus,MD]
4444
45-
OWASP secureCodeBox OWASP ZAP Client (can be used to automate OWASP ZAP instances based on YAML configuration files.)
45+
OWASP secureCodeBox ZAP Client (can be used to automate ZAP instances based on YAML configuration files.)
4646
4747
optional arguments:
4848
-h, --help show this help message and exit
@@ -51,13 +51,13 @@ optional arguments:
5151
-a API_KEY, --api-key API_KEY
5252
The ZAP API Key used to call the ZAP API.
5353
-c CONFIG_FOLDER, --config-folder CONFIG_FOLDER
54-
The path to a local folder containing the additional ZAP configuration YAMLs used to configure OWASP ZAP.
54+
The path to a local folder containing the additional ZAP configuration YAMLs used to configure ZAP.
5555
-t TARGET, --target TARGET
56-
The target to scan with OWASP ZAP.
56+
The target to scan with ZAP.
5757
-o OUTPUT_FOLDER, --output-folder OUTPUT_FOLDER
5858
The path to a local folder used to store the output files, eg. the ZAP Report or logfiles.
5959
-r XML,XML-plus,JSON,JSON-plus,HTML,HTML-plus,MD, --report-type XML,XML-plus,JSON,JSON-plus,HTML,HTML-plus,MD
60-
The OWASP ZAP Report Type.
60+
The ZAP Report Type.
6161
```
6262
{{- end }}
6363

@@ -88,7 +88,7 @@ Additionally, there will be some ZAP Scripts included, these are stored in the c
8888
│This CM contains ZAP session │ │ ▼ │ │A YAML configuration for ZAP that │
8989
│scripts that are already included │ │ │ ┌───────────────────┐ │ │ │relates to a single scan execution. │
9090
│within the zap-advanced scanner. │ │ │ │ │ │- can by used for selected scans │
91-
│Feel free to add your own. │────────┼─────┼─▶│ OWASP ZAP Proxy │ │ │ │- not created by default │
91+
│Feel free to add your own. │────────┼─────┼─▶│ ZAP Proxy │ │ │ │- not created by default │
9292
│ │ │ │ │ └───────│- add your scan target specific config │
9393
│ConfigMap: zap-scripts-session │ │ │ └───────────────────┘ │ │- needs to be referenced in Scan │
9494
└──────────────────────────────────────┘ │ │- please use SecretMap for credentials! │
@@ -459,7 +459,6 @@ zapConfiguration:
459459
{{- end }}
460460
461461
{{- define "extra.scannerLinksSection" -}}
462-
[zap owasp project]: https://owasp.org/www-project-zap/
463462
[zap github]: https://github.com/zaproxy/zaproxy/
464463
[zap user guide]: https://www.zaproxy.org/docs/
465464
{{- end }}

scanners/zap-advanced/examples/demo-bodgeit-scan-authenticated/scan.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ apiVersion: "execution.securecodebox.io/v1"
102102
kind: Scan
103103
metadata:
104104
name: "zap-authenticated-full-scan-bodgeit"
105-
labels:
106-
organization: "OWASP"
107105
spec:
108106
scanType: "zap-advanced-scan"
109107
parameters:

scanners/zap-advanced/examples/demo-bodgeit-scan-unauthenticated/scan.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ apiVersion: "execution.securecodebox.io/v1"
5151
kind: Scan
5252
metadata:
5353
name: "zap-authenticated-baseline-scan-bodgeit"
54-
labels:
55-
organization: "OWASP"
5654
spec:
5755
scanType: "zap-advanced-scan"
5856
parameters:

scanners/zap-advanced/examples/demo-juiceshop-scan-authenticated/scan.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ apiVersion: "execution.securecodebox.io/v1"
116116
kind: Scan
117117
metadata:
118118
name: "zap-authenticated-full-scan-juiceshop"
119-
labels:
120-
organization: "OWASP"
121119
spec:
122120
scanType: "zap-advanced-scan"
123121
parameters:

scanners/zap-advanced/examples/demo-juiceshop-scan-unauthenticated/scan.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ apiVersion: "execution.securecodebox.io/v1"
7676
kind: Scan
7777
metadata:
7878
name: "zap-authenticated-baseline-scan-juiceshop"
79-
labels:
80-
organization: "OWASP"
8179
spec:
8280
scanType: "zap-advanced-scan"
8381
parameters:

scanners/zap-advanced/examples/demo-petstoreapi-scan-authenticated-no-hardcoded-urls/scan.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ apiVersion: "execution.securecodebox.io/v1"
5252
kind: Scan
5353
metadata:
5454
name: "zap-advanced-api-scan-petstore"
55-
labels:
56-
organization: "OWASP"
5755
spec:
5856
scanType: "zap-advanced-scan"
5957
parameters:

scanners/zap-advanced/examples/demo-petstoreapi-scan-authenticated/scan.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@ apiVersion: "execution.securecodebox.io/v1"
127127
kind: Scan
128128
metadata:
129129
name: "zap-advanced-api-scan-petstore"
130-
labels:
131-
organization: "OWASP"
132130
spec:
133131
scanType: "zap-advanced-scan"
134132
parameters:

scanners/zap-advanced/examples/demo-petstoreapi-scan-unauthenticated/scan.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,6 @@ apiVersion: "execution.securecodebox.io/v1"
110110
kind: Scan
111111
metadata:
112112
name: "zap-api-baseline-scan-petstore"
113-
labels:
114-
organization: "OWASP"
115113
spec:
116114
scanType: "zap-advanced-scan"
117115
parameters:

scanners/zap-advanced/examples/secureCodeBox.io-scan/scan.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ apiVersion: "execution.securecodebox.io/v1"
77
kind: Scan
88
metadata:
99
name: "zap-advanced-scan-securecodebox"
10-
labels:
11-
organization: "OWASP"
1210
spec:
1311
scanType: "zap-advanced-scan"
1412
parameters:

0 commit comments

Comments
 (0)