security/zaproxy/DESCR - removing "OWASP"
Yozo TODA <[email protected]> Thu, 30 Jul 2026 15:02:52 +0900
| Newsgroups | gmane.os.openbsd.ports |
|---|---|
| Message-ID | <[email protected]> |
I happned to find that security/zaproxy/DESCR contains "OWASP". Now zaproxy is not a OWASP project, so, how about removing "OWASP"? https://www.zaproxy.org/blog/2024-09-24-zap-has-joined-forces-with-heckmarx/ https://www.zaproxy.org/blog/2023-08-01-zap-is-joining-the-software-ecurity/projct/$farewell-to-owasp -- yozo. x---x---x $ (cd /tmp/yozo/worktree/ && got log -p -l 1) ----------------------------------------------- commit 1e400f9643bf0f823ca9bc18b5e7dd00ab123309 (main) from: Yozo TODA <[email protected]> date: Thu Jul 30 05:54:15 2026 UTC security/zaproxy/: removing "OWASP" from DESCR. diff 67afb0cf104bd30595761a8d507270d01bd191b7 1e400f9643bf0f823ca9bc18b5e7dd00ab123309 commit - 67afb0cf104bd30595761a8d507270d01bd191b7 commit + 1e400f9643bf0f823ca9bc18b5e7dd00ab123309 blob - 84b6d2007970f5f9b3725c98d8b7b12cd722572f blob + fc9a8d270c6beac82f18941237dc4ebacf8ce6ea --- Makefile +++ Makefile @@ -3,6 +3,7 @@ COMMENT = web application security tool VERSION = 2.17.0 DISTNAME = ZAP_${VERSION}_Linux PKGNAME = zaproxy-${VERSION} +REVISION = 0 CATEGORIES = security blob - dc1cb5ba2aed69cd327828188338912196800ca6 blob + 51b4003b032335350c82ce12c0c321372680ee40 --- pkg/DESCR +++ pkg/DESCR @@ -1,4 +1,4 @@ -The OWASP Zed Attack Proxy (ZAP) is an easy to use integrated penetration +Zed Attack Proxy (ZAP) is an easy to use integrated penetration testing tool for finding vulnerabilities in web applications. It is designed to be used by people with a wide range of security experience and as such is ideal for developers and functional testers who are new to x---x---x