From 6e6e65415165c628b43d12aaa2e5b60c47e3260c Mon Sep 17 00:00:00 2001 From: procrastinator <42376445+ihrishikesh0896@users.noreply.github.com> Date: Sat, 1 Aug 2026 22:56:46 +0530 Subject: [PATCH] Add OWASP VulnReach to Tools/Testing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5467d34..45511a6 100644 --- a/README.md +++ b/README.md @@ -218,6 +218,7 @@ Testing is an essential element of a DevSecOps program because it helps to prepa * [npm-outdated](https://docs.npmjs.com/cli/outdated) * [OSS Fuzz](https://github.com/google/oss-fuzz) * [OWASP OWTF](https://www.owasp.org/index.php/OWASP_OWTF) +* [OWASP VulnReach](https://github.com/OWASP/VulnReach/) * [OWASP ZAP](https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project) * [OWASP ZAP Node API](https://github.com/zaproxy/zap-api-nodejs) * [Progpilot](https://github.com/designsecurity/progpilot)