royalcms/laravel-security

Laravel-Security helps you secure your Laravel apps by setting various HTTP headers. it can help!

Installs: 34

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 12

Type:package

v1.0.1 2020-05-06 07:05 UTC

This package is auto-updated.

Last update: 2024-04-06 16:32:32 UTC


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.