Skip to content

Commit ef06f6c

Browse files
committed
formatting
1 parent 85f54af commit ef06f6c

File tree

3 files changed

+9
-22
lines changed

3 files changed

+9
-22
lines changed

.scrutinizer.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
![Downloads](https://img.shields.io/packagist/dt/akaunting/laravel-firewall)
44
![Tests](https://img.shields.io/github/workflow/status/akaunting/laravel-firewall/Tests?label=tests)
55
[![StyleCI](https://github.styleci.io/repos/197242392/shield?style=flat&branch=master)](https://styleci.io/repos/197242392)
6-
[![Quality](https://img.shields.io/scrutinizer/quality/g/akaunting/laravel-firewall?label=quality)](https://scrutinizer-ci.com/g/akaunting/laravel-firewall)
76
[![License](https://img.shields.io/github/license/akaunting/laravel-firewall)](LICENSE.md)
87

98
This package intends to protect your Laravel app from different type of attacks such as XSS, SQLi, RFI, LFI, User Agent, and a lot more. It will also block repeated attacks and send notification via email and/or slack when attack is detected. Furthermore, it will log failed logins and block the IP after a number of attempts.
@@ -50,7 +49,7 @@ You can change the firewall settings of your app from `config/firewall.php` file
5049

5150
## Usage
5251

53-
Middlewares are already defined so should just add them to routes. The `firewall.all` middleware applies all the middlewares available in the `all_middleware` array of config file.
52+
Middlewares are already defined so should just add them to routes. The `firewall.all` middleware applies all the middlewares available in the `all_middleware` array of config file.
5453

5554
```php
5655
Route::group(['middleware' => 'firewall.all'], function () {
@@ -111,7 +110,7 @@ Pull requests are more than welcome. You must follow the PSR coding standards.
111110

112111
## Security
113112

114-
If you discover any security related issues, please email security@akaunting.com instead of using the issue tracker.
113+
Please review [our security policy](https://github.com/akaunting/laravel-firewall/security/policy) on how to report security vulnerabilities.
115114

116115
## Credits
117116

SECURITY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Security Policy
2+
3+
**PLEASE DON'T DISCLOSE SECURITY-RELATED ISSUES PUBLICLY, [SEE BELOW](#reporting-a-vulnerability).**
4+
5+
## Reporting a Vulnerability
6+
7+
If you discover any security related issues, please email [email protected] instead of using the issue tracker.

0 commit comments

Comments
 (0)