'https://github.com/SpiderLabs/ModSecurity' now redirects to
'https://github.com/owasp-modsecurity/ModSecurity', so update our
URLs accordingly.
Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be>
Reviewed-by: Herve Codina <herve.codina@bootlin.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit 602fb43d34)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
14 lines
494 B
Plaintext
14 lines
494 B
Plaintext
config BR2_PACKAGE_MODSECURITY2
|
|
bool "modsecurity2"
|
|
depends on BR2_PACKAGE_APACHE
|
|
select BR2_PACKAGE_LIBXML2
|
|
select BR2_PACKAGE_PCRE2
|
|
help
|
|
ModSecurity is an open source, cross-platform web application
|
|
firewall (WAF) module. Known as the "Swiss Army Knife" of
|
|
WAFs, it enables web application defenders to gain visibility
|
|
into HTTP(S) traffic and provides a power rules language and
|
|
API to implement advanced protections.
|
|
|
|
https://github.com/owasp-modsecurity/ModSecurity
|