Closed UnderTreeTech closed 1 year ago
Hello, APISIX already supports the IP black and white list function, please see IP Restriction Plugin
I mean support anti xss, sql injection, webshell upload and etc but not only IP Restriction. @shuaijinchao WAF is more complicated than IP Restriction.
@UnderTreeTech welcome PR for them
we have supported the IP Restriction and URI blocker now.
@UnderTreeTech yes, Apache APISIX need WAF features. Maybe we can add plugin like modsecurity?
hope apisix integrated with modsecurity
hope apisix integrated with modsecurity
PRs are welcome.
Proly doable with go-runner and https://github.com/corazawaf/coraza
Trustwave is announcing the End-of-Life (EOL) of our support for ModSecurity effective July 1, 2024. We will then hand over the maintenance of ModSecurity code back to the open-source community.
Maybe this is not the best option?
@UnderTreeTech https://apisix.apache.org/blog/2023/09/08/APISIX-integrates-with-Coraza/
hi. have you try coraza wasm plugin by follow this guide ?
Apache APISIX already supports:
Issue description
Do you have any plan to add waf to defend attacks like XSS, SQL Injection, WebShell?