mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Adds support to load remote resources to pmFromFile and ipMatchFromFile
Initially those directives were only able to load content from a local file. This commit extends this functionality allowing the user to provide an HTTP URI that can be downloaded and loaded by ModSecurity. Initially the download is associated with a server restart. For next versions we expect to load such resources as it become outdated (Without need to resetart the server).
This commit is contained in:
@@ -5,6 +5,7 @@ msc_test_SOURCES = msc_test.c \
|
||||
../apache2/libinjection/libinjection_sqli.c \
|
||||
../apache2/libinjection/libinjection_xss.c \
|
||||
../apache2/modsecurity.c \
|
||||
../apache2/msc_status_engine.c \
|
||||
../apache2/msc_crypt.c \
|
||||
../apache2/msc_geo.c \
|
||||
../apache2/msc_gsb.c \
|
||||
|
Reference in New Issue
Block a user