Skip to content

Commit 17f8089

Browse files
authored
Adding a new tool to bug-finder section
I added a tool called CakeFuzzer to bugfinder section. CakeFuzzer employs both dynamic and static analysis methods to find vulnerabilities in CakePHP applications.
1 parent 9fa43a4 commit 17f8089

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ Tools to report issues in code that are or lead to bugs.
7373
* [WAP](https://www.owasp.org/index.php/OWASP_WAP-Web_Application_Protection) - Tool to detect and correct input validation vulnerabilities in PHP (4.0 or higher) web applications and predicts false positives.
7474
* [PHP VarDump Check](https://github.com/JakubOnderka/PHP-Var-Dump-Check) - PHP console application for finding forgotten variable dump.
7575
* [17eyes](https://github.com/17eyes/17eyes) - PHP static analyzer written in Haskell.
76+
* [CakeFuzzer](https://zigrin.com/tools/cake-fuzzer) - Ultimate web application security testing tool for CakePHP based web applications.
7677

7778
### Coding standards
7879

0 commit comments

Comments
 (0)