v1.17.0 (unstable)
This new version introduces RASP rules and supporting features, including:
- Multivariate operators for the development of complex rules.
- A new operator
lfi_detector
for the detection of local file inclusion (LFI) / path traversal attacks. - A new operator
ssrf_detector
for the detection of server-side request forgery (SSRF) attacks. - Better support for rule actions, as well as internal default actions:
block
,stack_trace
andextract_schema
.
The upgrading guide has also been updated to cover the new breaking changes.
Changes
- Multivariate operator support (#241)
- Local file inclusion (LFI) operator (#258)
- Server-side request forgery (SSRF) detection operator (#268)
- Action semantics and related improvements (#277)
Fixes
- Reduce benchmark noise (#257, #259, #260)
- Add support for old glibc (e.g. RHEL 6) (#262)
- Add weak ceilf symbol and definition (#263)
- Fix parsing of variadic arguments (#267)