Skip to content

Commit 6ebc261

Browse files
committed
#2024 Removed OWASP references from the ZAP documentation
due to ZAP moving to the Software Security Project
1 parent 6c09610 commit 6ebc261

8 files changed

Lines changed: 3 additions & 17 deletions

File tree

scanners/zap/.helm-docs.gotmpl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ usecase: "WebApp & OpenAPI Vulnerability Scanner"
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
To learn more about the ZAP Automation Framework itself visit [https://www.zaproxy.org/docs/desktop/addons/automation-framework/](https://www.zaproxy.org/docs/desktop/addons/automation-framework/).
@@ -245,7 +245,6 @@ Alternatively, have a look at the [official documentation](https://www.zaproxy.o
245245
{{- end }}
246246

247247
{{- define "extra.scannerLinksSection" -}}
248-
[zap owasp project]: https://owasp.org/www-project-zap/
249248
[zap github]: https://github.com/zaproxy/zaproxy/
250249
[zap user guide]: https://www.zaproxy.org/docs/
251250
[zap automation framework]: https://www.zaproxy.org/docs/desktop/addons/automation-framework/

scanners/zap/Chart.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
apiVersion: v2
66
name: zap
7-
description: A Helm chart for the OWASP ZAP security scanner that integrates with the secureCodeBox.
7+
description: A Helm chart for the ZAP security scanner that integrates with the secureCodeBox.
88
type: application
99
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
1010
version: v3.1.0-alpha1
@@ -16,7 +16,6 @@ annotations:
1616
keywords:
1717
- security
1818
- Zap
19-
- OWASP
2019
- scanner
2120
- secureCodeBox
2221
home: https://www.securecodebox.io/docs/scanners/ZAP

scanners/zap/examples/demo-bodgeit-baseline-scan/scan.yaml

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

scanners/zap/examples/demo-bodgeit-full-scan/scan.yaml

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

scanners/zap/examples/demo-juice-shop-baseline-scan/scan.yaml

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

scanners/zap/examples/demo-juice-shop-full-scan/scan.yaml

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

scanners/zap/examples/demo-nginx-automation-scan/scan.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ apiVersion: "execution.securecodebox.io/v1"
6060
kind: Scan
6161
metadata:
6262
name: "zap-automation-scan-juice-shop"
63-
labels:
64-
organization: "OWASP"
6563
spec:
6664
scanType: "zap-automation-scan"
6765
parameters:

scanners/zap/examples/demo-petstore-api-scan/scan.yaml

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

0 commit comments

Comments
 (0)