From 95289cbc6f70b63446a42a8ff884bb187513a3b4 Mon Sep 17 00:00:00 2001 From: Famille Seguy Date: Sat, 10 Oct 2020 17:53:17 +0200 Subject: [PATCH] Added Exakat --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c16c63e..a32c415 100755 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Supported by: [GuardRails.io](https://www.guardrails.io) ## Static Code Analysis +- [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). - [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.