Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added ABOM scanner #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
  • Loading branch information
DevNack authored Sep 14, 2023
commit 392ae6ffa61fb7ad85c429c8399bc13fdcac615e
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.