Browse Source

Add php-security-linter

pull/1342/head
Yousha Aleayoub 8 months ago
parent
commit
d2f72c270e
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

@@ -371,6 +371,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
371 371
 * [random_compat](https://github.com/paragonie/random_compat) - PHP 5.x support for `random_bytes()` and `random_int()`
372 372
 * [Roave Security Advisories](https://github.com/Roave/SecurityAdvisories) - This package ensures that your application doesn't have installed dependencies with known security vulnerabilities.
373 373
 * [Secure Headers](https://github.com/BePsvPT/secure-headers) - A package that adds security related headers to HTTP response.
374
+* [PHP Security Linter](https://github.com/Yousha/php-security-linter) - A PHP tool to lint PHP files for security issues based on CIS and OWASP best practices.
374 375
 * [SQLMap](https://github.com/sqlmapproject/sqlmap) - An automatic SQL injection and database takeover tool.
375 376
 * [Zap](https://github.com/zaproxy/zaproxy) - An integrated penetration testing tool for web applications.
376 377
 

Loading…
Cancel
Save