This repository has been archived on 2024-09-12. You can view files and clone it, but cannot push or open issues or pull requests.
svrjs-website/source/easy-waf-integration-changelog.md

41 lines
1.1 KiB
Markdown
Raw Normal View History

2024-03-15 21:53:12 +01:00
---
title: easy-waf integration change log
date: 2024-01-29 22:33:27
---
## easy-waf integration 1.2.4
* easy-waf integration now waits for specific length of the request instead of immediately processing it.
* Added configurable strict request size limit.
* easy-waf integration now reverts the _req.body_ variable after inspecting the request body via easy-waf.
## easy-waf integration 1.2.3
* Full request URL is now visible in the notification email.
## easy-waf integration 1.2.2
* Some WAF errors now result in 500 errors instead of crashing the server.
## easy-waf integration 1.2.1
* Improved the error handling of code executed behind the WAF.
## easy-waf integration 1.2.0
* Added email notifiaction support
* Added custom hooks support
## easy-waf integration 1.1.2
* Stability fixes
* Added support for _config.json_ file in the SVR.JS installation directory
## easy-waf integration 1.1.1
* Added support for regex strings (like in SVR.JS)
## Earlier versions
_There was no change log for earlier easy-waf integration versions._