mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
committed by
Felipe Zimmerle
parent
47f2e7ff4c
commit
8f16650595
@@ -10,9 +10,13 @@ noinst_HEADERS = \
|
|||||||
libinjection/src/libinjection_html5.h \
|
libinjection/src/libinjection_html5.h \
|
||||||
libinjection/src/libinjection_sqli.h \
|
libinjection/src/libinjection_sqli.h \
|
||||||
libinjection/src/libinjection_sqli_data.h \
|
libinjection/src/libinjection_sqli_data.h \
|
||||||
libinjection/src/libinjection_xss.h
|
libinjection/src/libinjection_xss.h \
|
||||||
|
mbedtls/base64.h \
|
||||||
|
mbedtls/check_config.h \
|
||||||
|
mbedtls/mbed-tls-config.h \
|
||||||
|
mbedtls/md5.h \
|
||||||
|
mbedtls/platform.h \
|
||||||
|
mbedtls/sha1.h
|
||||||
|
|
||||||
libmbedtls_la_SOURCES = \
|
libmbedtls_la_SOURCES = \
|
||||||
mbedtls/base64.c \
|
mbedtls/base64.c \
|
||||||
|
@@ -29,6 +29,7 @@ pkginclude_HEADERS = \
|
|||||||
../headers/modsecurity/intervention.h \
|
../headers/modsecurity/intervention.h \
|
||||||
../headers/modsecurity/modsecurity.h \
|
../headers/modsecurity/modsecurity.h \
|
||||||
../headers/modsecurity/rule.h \
|
../headers/modsecurity/rule.h \
|
||||||
|
../headers/modsecurity/rule_message.h \
|
||||||
../headers/modsecurity/rules.h \
|
../headers/modsecurity/rules.h \
|
||||||
../headers/modsecurity/rules_properties.h \
|
../headers/modsecurity/rules_properties.h \
|
||||||
../headers/modsecurity/rules_exceptions.h
|
../headers/modsecurity/rules_exceptions.h
|
||||||
@@ -47,6 +48,9 @@ libmodsecurity_includesub_actions_HEADERS = \
|
|||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
actions/*.h \
|
actions/*.h \
|
||||||
|
actions/ctl/*.h \
|
||||||
|
actions/data/*.h \
|
||||||
|
actions/disruptive/*.h \
|
||||||
actions/transformations/*.h \
|
actions/transformations/*.h \
|
||||||
audit_log/*.h \
|
audit_log/*.h \
|
||||||
audit_log/writer/*.h \
|
audit_log/writer/*.h \
|
||||||
|
Reference in New Issue
Block a user