mirror of
https://github.com/ziadoz/awesome-php.git
synced 2024-11-21 16:46:22 +00:00
Add PHP Version Audit
PHP Version Audit: A tool to programmatically check a PHP version for known CVEs and support dates. Great for CI/CD builds.
This commit is contained in:
parent
eb57137df1
commit
be79667de6
@ -363,7 +363,8 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|||||||
* [PHP Encryption](https://github.com/defuse/php-encryption) - Secure PHP Encryption Library.
|
* [PHP Encryption](https://github.com/defuse/php-encryption) - Secure PHP Encryption Library.
|
||||||
* [PHP SSH](https://github.com/Herzult/php-ssh) - An experimental object orientated SSH wrapper library.
|
* [PHP SSH](https://github.com/Herzult/php-ssh) - An experimental object orientated SSH wrapper library.
|
||||||
* [PHPSecLib](http://phpseclib.sourceforge.net/) - A pure PHP secure communications library.
|
* [PHPSecLib](http://phpseclib.sourceforge.net/) - A pure PHP secure communications library.
|
||||||
* [random_compat](https://github.com/paragonie/random_compat) - PHP 5.x support for `random_bytes()` and `random_int()`
|
* [PHP Version Audit](https://www.github.developerdan.com/php-version-audit/) - A tool to programmatically check a PHP version for known CVEs and support end dates. Great for CI/CD builds.
|
||||||
|
* [random_compat](https://github.com/paragonie/random_compat) - PHP 5.x support for `random_bytes()` and `random_int()`.
|
||||||
* [RandomLib](https://github.com/ircmaxell/RandomLib) - A library for generating random numbers and strings.
|
* [RandomLib](https://github.com/ircmaxell/RandomLib) - A library for generating random numbers and strings.
|
||||||
* [Symfony Security Monitoring](https://security.symfony.com/) - A web tool to check your Composer dependencies for security advisories, previously known as "SensioLabs Security Check".
|
* [Symfony Security Monitoring](https://security.symfony.com/) - A web tool to check your Composer dependencies for security advisories, previously known as "SensioLabs Security Check".
|
||||||
* [SQLMap](https://github.com/sqlmapproject/sqlmap) - An automatic SQL injection and database takeover tool.
|
* [SQLMap](https://github.com/sqlmapproject/sqlmap) - An automatic SQL injection and database takeover tool.
|
||||||
|
Loading…
Reference in New Issue
Block a user