royalcms/laravel-security
Composer 安装命令:
composer require royalcms/laravel-security
包简介
Laravel-Security helps you secure your Laravel apps by setting various HTTP headers. it can help!
关键字:
README 文档
README
Laravel-Security helps you secure your Laravel apps by setting various HTTP headers. it can help!
Quick start
First, You can install the package via composer:
composer require royalcms/laravel-security
Documentation
For installation instructions, in-depth usage and deployment details, please take a look at the official documentation.
Requirements
Laravel-Security has a few requirements you should be aware of before installing :
- Composer
- Laravel Framework 5.4+
Solved : Security vulnerability
| Vulnerability | Middleware Class | Included |
|---|---|---|
| Cache Control Attack | Royalcms\Laravel\Security\Cache::class | ✔ |
| Cross-Origin Resource Sharing (CORS) | Royalcms\Laravel\Security\CORS::class | ✔ |
| X-Permitted-Cross-Domain-Policies | Royalcms\Laravel\Security\CrossDomain::class | ✔ |
| DNS Prefetch Control | Royalcms\Laravel\Security\DNS::class | ✔ |
| Click Jacking Attack | Royalcms\Laravel\Security\FrameGuard::class | ✔ |
| Strict-Transport-Security | Royalcms\Laravel\Security\HSTS::class | ✔ |
| Mime Sniffing Attack | Royalcms\Laravel\Security\NoSniff::class | ✔ |
| X-Powered-By Attack | Royalcms\Laravel\Security\XPoweredBy::class | ✔ |
| XSS Attack | Royalcms\Laravel\Security\XSS::class | ✔ |
License
The Laravel-Security package is open-source software licensed under the MIT license.
统计信息
- 总下载量: 35
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-05-06