mirror of
https://github.com/ziadoz/awesome-php.git
synced 2024-11-07 16:33:35 +00:00
add secure headers (#921)
Co-authored-by: Alexander Kartavenko <askemailbox@gmail.com>
This commit is contained in:
parent
41fb5db013
commit
fb4825edfc
@ -364,6 +364,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|||||||
* [PHPSecLib](https://phpseclib.sourceforge.net) - A pure PHP secure communications library.
|
* [PHPSecLib](https://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()`
|
* [random_compat](https://github.com/paragonie/random_compat) - PHP 5.x support for `random_bytes()` and `random_int()`
|
||||||
* [Roave Security Advisories](https://github.com/Roave/SecurityAdvisories) - This package ensures that your application doesn't have installed dependencies with known security vulnerabilities.
|
* [Roave Security Advisories](https://github.com/Roave/SecurityAdvisories) - This package ensures that your application doesn't have installed dependencies with known security vulnerabilities.
|
||||||
|
* [Secure Headers](https://github.com/BePsvPT/secure-headers) - A package that adds security related headers to HTTP response.
|
||||||
* [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.
|
||||||
* [Zap](https://github.com/zaproxy/zaproxy) - An integrated penetration testing tool for web applications.
|
* [Zap](https://github.com/zaproxy/zaproxy) - An integrated penetration testing tool for web applications.
|
||||||
|
Loading…
Reference in New Issue
Block a user