Skip to content

Commit 0d2aa20

Browse files
Reet00J12934
authored andcommitted
Remove ZAP-baseline and ZAP-advanced Scanner
in favor of the ZAP-automation-framework - Deleted scanner directories - Removed scanner from CI, release-build and scb-bot Signed-off-by: Samreet Singh <samreet.singh@iteratec.com>
1 parent 1805f47 commit 0d2aa20

158 files changed

Lines changed: 3 additions & 36930 deletions

File tree

Some content is hidden

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

.github/workflows/ci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,8 +436,6 @@ jobs:
436436
- trivy-sbom
437437
- whatweb
438438
- wpscan
439-
- zap
440-
- zap-advanced
441439
- zap-automation-framework
442440
steps:
443441
- name: Checkout

.github/workflows/release-build.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,6 @@ jobs:
341341
- trivy-sbom
342342
- whatweb
343343
- wpscan
344-
- zap
345344
- zap-automation-framework
346345

347346
steps:
@@ -491,7 +490,6 @@ jobs:
491490
- git-repo-scanner
492491
- screenshooter
493492
- test-scan
494-
- zap-advanced
495493
steps:
496494
- name: Checkout
497495
uses: actions/checkout@v4

.github/workflows/scb-bot.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ jobs:
4141
- trivy-sbom
4242
- whatweb
4343
- wpscan
44-
- zap
45-
- zap-advanced
4644
- zap-automation-framework
4745
# missing scanners are : nmap, nikto
4846
steps:

documentation/src/integrations.js

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -203,27 +203,13 @@ export const Scanners = [
203203
path: "docs/scanners/wpscan",
204204
imageUrl: "img/integrationIcons/WPScan.svg",
205205
},
206-
{
207-
title: "ZAP Advanced",
208-
type: "WebApplication",
209-
usecase:
210-
"WebApp & OpenAPI Vulnerability Scanner extend with authentication features",
211-
path: "docs/scanners/zap-advanced",
212-
imageUrl: "img/integrationIcons/Default.svg",
213-
},
206+
214207
{
215208
title: "ZAP Automation Framework",
216209
type: "WebApplication",
217210
usecase: "WebApp & OpenAPI Vulnerability Scanner",
218211
path: "docs/scanners/zap-automation-framework",
219212
imageUrl: "img/integrationIcons/Default.svg",
220213
},
221-
{
222-
title: "ZAP",
223-
type: "WebApplication",
224-
usecase: "WebApp & OpenAPI Vulnerability Scanner",
225-
path: "docs/scanners/zap",
226-
imageUrl: "img/integrationIcons/ZAP.svg",
227-
},
228214
];
229215
export default { Hooks, Scanners };

operator/internal/telemetry/telemetry.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ var officialScanTypes map[string]bool = map[string]bool{
4848
"typo3scan": true, // deprecated. we'll keep it in this list to still recieve telemetry data from older versions
4949
"whatweb": true,
5050
"wpscan": true,
51-
"zap-baseline-scan": true,
51+
"zap-baseline-scan": true, // deprecated. we'll keep it in this list to still recieve telemetry data from older versions
5252
"zap-api-scan": true,
5353
"zap-full-scan": true,
5454
"zap-automation-scan": true,
5555
"zap-automation-framework": true,
56-
"zap-advanced-scan": true,
56+
"zap-advanced-scan": true, // deprecated. we'll keep it in this list to still recieve telemetry data from older versions
5757
}
5858

5959
// telemetryData submitted by operator

scanners/zap-advanced/.gitignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

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

Lines changed: 0 additions & 467 deletions
This file was deleted.

scanners/zap-advanced/.helmignore

Lines changed: 0 additions & 46 deletions
This file was deleted.

scanners/zap-advanced/Chart.yaml

Lines changed: 0 additions & 27 deletions
This file was deleted.

scanners/zap-advanced/Makefile

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)