mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Adds support to the @detectXSS operator
This commit is contained in:
@@ -174,11 +174,15 @@ libmodsecurity_la_SOURCES = \
|
||||
rule.cc \
|
||||
unique_id.cc \
|
||||
${ACTIONS} \
|
||||
${LIBINJECTION} \
|
||||
${OPERATORS} \
|
||||
${UTILS} \
|
||||
${VARIABLES}
|
||||
|
||||
|
||||
LIBINJECTION = \
|
||||
../others/libinjection/src/libinjection_html5.c \
|
||||
../others/libinjection/src/libinjection_xss.c
|
||||
|
||||
|
||||
libmodsecurity_la_CFLAGS =
|
||||
|
Reference in New Issue
Block a user