From 8449f305baf7e6e634ec194f78304abfaa4f73f7 Mon Sep 17 00:00:00 2001 From: Andy Date: Tue, 10 Sep 2024 11:04:25 +1200 Subject: [PATCH] Update Exacat link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 037836c..f5c4862 100755 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Supported by: [GuardRails.io](https://www.guardrails.io) ## Static Code Analysis - [Enlightn](https://www.laravel-enlightn.com/) - Enlightn is a static and dynamic analysis tool to improve the security of Laravel applications. -- [Exakat](https://github.com/exakat/exakat) - *Exakat* is a PHP static code analysis, with serious [Security reviews](https://exakat.readthedocs.io/en/latest/Rulesets.html#security). +- [Exakat](https://github.com/exakat/exakat-ce) - *Exakat* is a PHP static code analysis, with serious [Security reviews](https://exakat.readthedocs.io/en/latest/Rulesets.html#security). - [phpcs-security-audit](https://github.com/FloeDesignTechnologies/phpcs-security-audit) - phpcs-security-audit is a set of PHP_CodeSniffer rules that finds vulnerabilities and weaknesses related to security in PHP code. - `docker pull guardrails/phpcs-security-audit` - [progpilot](https://github.com/designsecurity/progpilot) - A static analyzer for security purposes.