From 392ae6ffa61fb7ad85c429c8399bc13fdcac615e Mon Sep 17 00:00:00 2001 From: DevNack <66531633+DevNack@users.noreply.github.com> Date: Thu, 14 Sep 2023 14:24:56 +0200 Subject: [PATCH] added ABOM scanner Added ABOM, an online scanner, detects PHP vulnerabilities using just the composer.lock file and suggests fixes. No signup required and it's free to use. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 037836c..091e164 100755 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ Supported by: [GuardRails.io](https://www.guardrails.io) ## Static Code Analysis +- [ABOM](https://vulert.com/abom) - ABOM, an online scanner, detects PHP vulnerabilities using just the composer.lock file and suggests fixes. No signup required and it's free to use. - [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). - [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.