1config BR2_PACKAGE_MODSECURITY2 2 bool "modsecurity2" 3 depends on BR2_PACKAGE_APACHE 4 select BR2_PACKAGE_LIBXML2 5 select BR2_PACKAGE_PCRE2 6 help 7 ModSecurity is an open source, cross-platform web application 8 firewall (WAF) module. Known as the "Swiss Army Knife" of 9 WAFs, it enables web application defenders to gain visibility 10 into HTTP(S) traffic and provides a power rules language and 11 API to implement advanced protections. 12 13 https://github.com/SpiderLabs/ModSecurity 14