Skip to content

Commit

Permalink
Update README.md - change from OWASP ZAP to ZAP
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremychoi authored Sep 11, 2023
1 parent 6db30a1 commit 393ffc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

RapiDAST(Rapid DAST) is an open-source security testing tool that automates the process of DAST(Dynamic application security testing) security testing and streamlines the integration of security into your development workflow. It is designed to help you quickly and effectively identify security vulnerabilities in your applications.

Taking advantage of [OWASP ZAP](https://www.zaproxy.org/) and additional scanners(TBD), RapiDAST provides additional value as follows:
Taking advantage of [ZAP](https://www.zaproxy.org/) and additional scanners(TBD), RapiDAST provides additional value as follows:

- Ease of use and simple automation of HTTP/API scanning, fully working in CLI with a yaml configuration
- Ability to run automated DAST scanning to suit various users' needs
Expand Down Expand Up @@ -249,7 +249,7 @@ See [helm/README.md](./helm/README.md)

#### ZAP

OWASP® ZAP (Zed Attack Proxy) is an open-source DAST tool. It can be used for scanning web applications and API.
ZAP (Zed Attack Proxy) is an open-source DAST tool. It can be used for scanning web applications and API.

See https://www.zaproxy.org/ for more information.

Expand Down

0 comments on commit 393ffc3

Please sign in to comment.