laravel-firewall icon indicating copy to clipboard operation
laravel-firewall copied to clipboard

Web Application Firewall (WAF) package for Laravel

Results 13 laravel-firewall issues
Sort by recently updated
recently updated
newest added

prevent ip block but add message to request. This is especially usefull when you want to keep your firewall intact, but still allow certain ips to pass. Just whitelisting bypasses...

I saw many of the following errors in the logs due to too long `referrer`. ```production.ERROR: SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'referrer' at row...

The check has to be "less than" comparison instead of "not equals". I was testing the firewall to see if it blocks: - first the `attempts` was `10` - then...

How can I allow only google crawlers if firewall.bot is enabled and how to test if works fine? Currently my firewall config looks like: ``` 'bot' => array ( 'enabled'...

slack notification is not working when using geo midlleware i'm using the latest package version

In some networks the logged ips are same for all users and this cause block all requests for all users.please use below code for getting user ip in your **Traits/Helper.php**...

Hi! I wanted to connect this package to a project where the user id has the uuid data type. In the CreateFirewallLogsTable database migration class, I replaced: `$table->integer('user_id')->nullable();` with `$table->uiid('user_id')->nullable();`....

Kinda built-in support for custom notifications. Had to change viaQueues as well to make it compatible with this commit. Sample Usage: `

This may exist, but I can't see it if it does. In the logs, the lowest level of detail is the middleware, e.g. 'Agent,' but it would be helpful to...