Browse Source

add secure headers (#921)

Co-authored-by: Alexander Kartavenko <askemailbox@gmail.com>
pull/1273/head
bepsvpt 1 year ago
parent
commit
fb4825edfc
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

364
 * [PHPSecLib](https://phpseclib.sourceforge.net) - A pure PHP secure communications library.
364
 * [PHPSecLib](https://phpseclib.sourceforge.net) - A pure PHP secure communications library.
365
 * [random_compat](https://github.com/paragonie/random_compat) - PHP 5.x support for `random_bytes()` and `random_int()`
365
 * [random_compat](https://github.com/paragonie/random_compat) - PHP 5.x support for `random_bytes()` and `random_int()`
366
 * [Roave Security Advisories](https://github.com/Roave/SecurityAdvisories) - This package ensures that your application doesn't have installed dependencies with known security vulnerabilities.
366
 * [Roave Security Advisories](https://github.com/Roave/SecurityAdvisories) - This package ensures that your application doesn't have installed dependencies with known security vulnerabilities.
367
+* [Secure Headers](https://github.com/BePsvPT/secure-headers) - A package that adds security related headers to HTTP response.
367
 * [Symfony Security Monitoring](https://security.symfony.com/) - A web tool to check your Composer dependencies for security advisories, previously known as "SensioLabs Security Check".
368
 * [Symfony Security Monitoring](https://security.symfony.com/) - A web tool to check your Composer dependencies for security advisories, previously known as "SensioLabs Security Check".
368
 * [SQLMap](https://github.com/sqlmapproject/sqlmap) - An automatic SQL injection and database takeover tool.
369
 * [SQLMap](https://github.com/sqlmapproject/sqlmap) - An automatic SQL injection and database takeover tool.
369
 * [Zap](https://github.com/zaproxy/zaproxy) - An integrated penetration testing tool for web applications.
370
 * [Zap](https://github.com/zaproxy/zaproxy) - An integrated penetration testing tool for web applications.

Loading…
Cancel
Save