mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Using full path in the header inclusion
This commit is contained in:
@@ -13,11 +13,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/begins_with.h"
|
||||
#include "src/operators/begins_with.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
#include "src/macro_expansion.h"
|
||||
|
||||
namespace modsecurity {
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
namespace modsecurity {
|
||||
|
@@ -13,7 +13,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/contains.h"
|
||||
#include "src/operators/contains.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#include <list>
|
||||
|
||||
#include "modsecurity/transaction.h"
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
namespace modsecurity {
|
||||
|
@@ -13,11 +13,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/contains_word.h"
|
||||
#include "src/operators/contains_word.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
#include "src/macro_expansion.h"
|
||||
|
||||
namespace modsecurity {
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
namespace modsecurity {
|
||||
|
@@ -13,12 +13,12 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/detect_sqli.h"
|
||||
#include "src/operators/detect_sqli.h"
|
||||
|
||||
#include <string>
|
||||
#include <list>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
#include "others/libinjection/src/libinjection.h"
|
||||
|
||||
namespace modsecurity {
|
||||
|
@@ -19,7 +19,7 @@
|
||||
#include <string>
|
||||
#include <list>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
namespace modsecurity {
|
||||
namespace operators {
|
||||
|
@@ -13,11 +13,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/detect_xss.h"
|
||||
#include "src/operators/detect_xss.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
#include "others/libinjection/src/libinjection.h"
|
||||
#include "src/macro_expansion.h"
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
namespace modsecurity {
|
||||
namespace operators {
|
||||
|
@@ -13,11 +13,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/ends_with.h"
|
||||
#include "src/operators/ends_with.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
#include "src/macro_expansion.h"
|
||||
|
||||
namespace modsecurity {
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
namespace modsecurity {
|
||||
|
@@ -13,11 +13,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/eq.h"
|
||||
#include "src/operators/eq.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
#include "src/macro_expansion.h"
|
||||
|
||||
namespace modsecurity {
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
namespace modsecurity {
|
||||
|
@@ -13,11 +13,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/fuzzy_hash.h"
|
||||
#include "src/operators/fuzzy_hash.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
#include "src/macro_expansion.h"
|
||||
|
||||
namespace modsecurity {
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
namespace modsecurity {
|
||||
|
@@ -13,11 +13,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/ge.h"
|
||||
#include "src/operators/ge.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
#include "src/macro_expansion.h"
|
||||
|
||||
namespace modsecurity {
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
namespace modsecurity {
|
||||
|
@@ -13,7 +13,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/geo_lookup.h"
|
||||
#include "src/operators/geo_lookup.h"
|
||||
|
||||
#ifdef WITH_GEOIP
|
||||
#include <GeoIPCity.h>
|
||||
@@ -22,8 +22,8 @@
|
||||
#include <string>
|
||||
#include <functional>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "utils/geo_lookup.h"
|
||||
#include "src/operators/operator.h"
|
||||
#include "src/utils/geo_lookup.h"
|
||||
|
||||
|
||||
namespace modsecurity {
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
namespace modsecurity {
|
||||
|
@@ -13,11 +13,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/gsblookup.h"
|
||||
#include "src/operators/gsblookup.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
namespace modsecurity {
|
||||
namespace operators {
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
namespace modsecurity {
|
||||
|
@@ -13,11 +13,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/gt.h"
|
||||
#include "src/operators/gt.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
#include "src/macro_expansion.h"
|
||||
|
||||
namespace modsecurity {
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
namespace modsecurity {
|
||||
|
@@ -13,11 +13,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/inspect_file.h"
|
||||
#include "src/operators/inspect_file.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
namespace modsecurity {
|
||||
namespace operators {
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
namespace modsecurity {
|
||||
|
@@ -13,13 +13,13 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/ip_match.h"
|
||||
#include "src/operators/ip_match.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <string>
|
||||
|
||||
#include "utils/msc_tree.h"
|
||||
#include "operators/operator.h"
|
||||
#include "src/utils/msc_tree.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
namespace modsecurity {
|
||||
namespace operators {
|
||||
|
@@ -18,8 +18,8 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "utils/ip_tree.h"
|
||||
#include "src/operators/operator.h"
|
||||
#include "src/utils/ip_tree.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
namespace modsecurity {
|
||||
|
@@ -13,11 +13,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/ip_match_f.h"
|
||||
#include "src/operators/ip_match_f.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
namespace modsecurity {
|
||||
namespace operators {
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/ip_match_from_file.h"
|
||||
#include "src/operators/ip_match_from_file.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
namespace modsecurity {
|
||||
|
@@ -13,13 +13,13 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/ip_match_from_file.h"
|
||||
#include "src/operators/ip_match_from_file.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
namespace modsecurity {
|
||||
namespace operators {
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/ip_match.h"
|
||||
#include "src/operators/ip_match.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
namespace modsecurity {
|
||||
|
@@ -13,11 +13,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/le.h"
|
||||
#include "src/operators/le.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
#include "src/macro_expansion.h"
|
||||
|
||||
namespace modsecurity {
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
namespace modsecurity {
|
||||
|
@@ -13,11 +13,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/lt.h"
|
||||
#include "src/operators/lt.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
#include "src/macro_expansion.h"
|
||||
|
||||
namespace modsecurity {
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
namespace modsecurity {
|
||||
|
@@ -13,7 +13,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/no_match.h"
|
||||
#include "src/operators/no_match.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
|
@@ -16,7 +16,7 @@
|
||||
#include <string>
|
||||
|
||||
#include "modsecurity/transaction.h"
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
|
||||
#ifndef SRC_OPERATORS_NO_MATCH_H_
|
||||
|
@@ -13,7 +13,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
#include <cstring>
|
||||
|
||||
@@ -21,44 +21,44 @@
|
||||
|
||||
#include "modsecurity/transaction.h"
|
||||
|
||||
#include "operators/begins_with.h"
|
||||
#include "operators/contains.h"
|
||||
#include "operators/contains_word.h"
|
||||
#include "operators/detect_sqli.h"
|
||||
#include "operators/detect_xss.h"
|
||||
#include "operators/ends_with.h"
|
||||
#include "operators/eq.h"
|
||||
#include "operators/fuzzy_hash.h"
|
||||
#include "operators/ge.h"
|
||||
#include "operators/geo_lookup.h"
|
||||
#include "operators/gsblookup.h"
|
||||
#include "operators/gt.h"
|
||||
#include "operators/inspect_file.h"
|
||||
#include "operators/ip_match_f.h"
|
||||
#include "operators/ip_match_from_file.h"
|
||||
#include "operators/ip_match.h"
|
||||
#include "operators/le.h"
|
||||
#include "operators/lt.h"
|
||||
#include "operators/no_match.h"
|
||||
#include "operators/pm_f.h"
|
||||
#include "operators/pm_from_file.h"
|
||||
#include "operators/pm.h"
|
||||
#include "operators/rbl.h"
|
||||
#include "operators/rsub.h"
|
||||
#include "operators/rx.h"
|
||||
#include "operators/str_eq.h"
|
||||
#include "operators/str_match.h"
|
||||
#include "operators/validate_byte_range.h"
|
||||
#include "operators/validate_dtd.h"
|
||||
#include "operators/validate_hash.h"
|
||||
#include "operators/validate_schema.h"
|
||||
#include "operators/validate_url_encoding.h"
|
||||
#include "operators/validate_utf8_encoding.h"
|
||||
#include "operators/verify_cc.h"
|
||||
#include "operators/verify_cpf.h"
|
||||
#include "operators/verify_ssn.h"
|
||||
#include "operators/within.h"
|
||||
#include "operators/unconditional_match.h"
|
||||
#include "src/operators/begins_with.h"
|
||||
#include "src/operators/contains.h"
|
||||
#include "src/operators/contains_word.h"
|
||||
#include "src/operators/detect_sqli.h"
|
||||
#include "src/operators/detect_xss.h"
|
||||
#include "src/operators/ends_with.h"
|
||||
#include "src/operators/eq.h"
|
||||
#include "src/operators/fuzzy_hash.h"
|
||||
#include "src/operators/ge.h"
|
||||
#include "src/operators/geo_lookup.h"
|
||||
#include "src/operators/gsblookup.h"
|
||||
#include "src/operators/gt.h"
|
||||
#include "src/operators/inspect_file.h"
|
||||
#include "src/operators/ip_match_f.h"
|
||||
#include "src/operators/ip_match_from_file.h"
|
||||
#include "src/operators/ip_match.h"
|
||||
#include "src/operators/le.h"
|
||||
#include "src/operators/lt.h"
|
||||
#include "src/operators/no_match.h"
|
||||
#include "src/operators/pm_f.h"
|
||||
#include "src/operators/pm_from_file.h"
|
||||
#include "src/operators/pm.h"
|
||||
#include "src/operators/rbl.h"
|
||||
#include "src/operators/rsub.h"
|
||||
#include "src/operators/rx.h"
|
||||
#include "src/operators/str_eq.h"
|
||||
#include "src/operators/str_match.h"
|
||||
#include "src/operators/validate_byte_range.h"
|
||||
#include "src/operators/validate_dtd.h"
|
||||
#include "src/operators/validate_hash.h"
|
||||
#include "src/operators/validate_schema.h"
|
||||
#include "src/operators/validate_url_encoding.h"
|
||||
#include "src/operators/validate_utf8_encoding.h"
|
||||
#include "src/operators/verify_cc.h"
|
||||
#include "src/operators/verify_cpf.h"
|
||||
#include "src/operators/verify_ssn.h"
|
||||
#include "src/operators/within.h"
|
||||
#include "src/operators/unconditional_match.h"
|
||||
|
||||
#define IF_MATCH(a) \
|
||||
if (op_ == #a)
|
||||
|
@@ -13,7 +13,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/pm.h"
|
||||
#include "src/operators/pm.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
@@ -24,8 +24,8 @@
|
||||
#include <vector>
|
||||
#include <list>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "utils/acmp.h"
|
||||
#include "src/operators/operator.h"
|
||||
#include "src/utils/acmp.h"
|
||||
|
||||
namespace modsecurity {
|
||||
namespace operators {
|
||||
|
@@ -19,8 +19,8 @@
|
||||
#include <string>
|
||||
#include <list>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "utils/acmp.h"
|
||||
#include "src/operators/operator.h"
|
||||
#include "src/utils/acmp.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
namespace modsecurity {
|
||||
|
@@ -13,11 +13,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/pm_f.h"
|
||||
#include "src/operators/pm_f.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/pm_from_file.h"
|
||||
#include "src/operators/pm_from_file.h"
|
||||
|
||||
namespace modsecurity {
|
||||
namespace operators {
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/pm_from_file.h"
|
||||
#include "src/operators/pm_from_file.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
namespace modsecurity {
|
||||
|
@@ -13,12 +13,12 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/pm_from_file.h"
|
||||
#include "src/operators/pm_from_file.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "utils/https_client.h"
|
||||
#include "src/operators/operator.h"
|
||||
#include "src/utils/https_client.h"
|
||||
#include "src/utils/msc_system.h"
|
||||
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/pm.h"
|
||||
#include "src/operators/pm.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
namespace modsecurity {
|
||||
|
@@ -13,7 +13,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/rbl.h"
|
||||
#include "src/operators/rbl.h"
|
||||
|
||||
#include <modsecurity/rules.h>
|
||||
#include <sys/types.h>
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
namespace modsecurity {
|
||||
namespace operators {
|
||||
|
@@ -24,7 +24,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
|
@@ -13,11 +13,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/rsub.h"
|
||||
#include "src/operators/rsub.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
namespace modsecurity {
|
||||
namespace operators {
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
namespace modsecurity {
|
||||
|
@@ -13,12 +13,12 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/rx.h"
|
||||
#include "src/operators/rx.h"
|
||||
|
||||
#include <string>
|
||||
#include <list>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
#include "src/macro_expansion.h"
|
||||
|
||||
namespace modsecurity {
|
||||
|
@@ -19,8 +19,8 @@
|
||||
#include <string>
|
||||
#include <list>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "utils/regex.h"
|
||||
#include "src/operators/operator.h"
|
||||
#include "src/utils/regex.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
namespace modsecurity {
|
||||
|
@@ -13,7 +13,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/str_eq.h"
|
||||
#include "src/operators/str_eq.h"
|
||||
|
||||
#include <string>
|
||||
#include "src/macro_expansion.h"
|
||||
|
@@ -16,7 +16,7 @@
|
||||
#include <string>
|
||||
|
||||
#include "modsecurity/transaction.h"
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
|
||||
#ifndef SRC_OPERATORS_STR_EQ_H_
|
||||
|
@@ -13,11 +13,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/str_match.h"
|
||||
#include "src/operators/str_match.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
#include "src/macro_expansion.h"
|
||||
|
||||
namespace modsecurity {
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
namespace modsecurity {
|
||||
|
@@ -13,7 +13,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/unconditional_match.h"
|
||||
#include "src/operators/unconditional_match.h"
|
||||
|
||||
namespace modsecurity {
|
||||
namespace operators {
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#include <list>
|
||||
|
||||
#include "modsecurity/transaction.h"
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
namespace modsecurity {
|
||||
|
@@ -13,11 +13,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/validate_byte_range.h"
|
||||
#include "src/operators/validate_byte_range.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
namespace modsecurity {
|
||||
namespace operators {
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#include <vector>
|
||||
#include <cstring>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
namespace modsecurity {
|
||||
|
@@ -13,13 +13,13 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/validate_dtd.h"
|
||||
#include "src/operators/validate_dtd.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "request_body_processor/xml.h"
|
||||
#include "src/request_body_processor/xml.h"
|
||||
#include "src/utils/msc_system.h"
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
namespace modsecurity {
|
||||
namespace operators {
|
||||
|
@@ -24,7 +24,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
namespace modsecurity {
|
||||
|
@@ -13,11 +13,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/validate_hash.h"
|
||||
#include "src/operators/validate_hash.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
namespace modsecurity {
|
||||
namespace operators {
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
namespace modsecurity {
|
||||
|
@@ -13,12 +13,12 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/validate_schema.h"
|
||||
#include "src/operators/validate_schema.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "request_body_processor/xml.h"
|
||||
#include "src/operators/operator.h"
|
||||
#include "src/request_body_processor/xml.h"
|
||||
#include "src/utils/msc_system.h"
|
||||
|
||||
|
||||
|
@@ -24,7 +24,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
namespace modsecurity {
|
||||
|
@@ -13,11 +13,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/validate_url_encoding.h"
|
||||
#include "src/operators/validate_url_encoding.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
namespace modsecurity {
|
||||
namespace operators {
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
namespace modsecurity {
|
||||
|
@@ -13,11 +13,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/validate_utf8_encoding.h"
|
||||
#include "src/operators/validate_utf8_encoding.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
namespace modsecurity {
|
||||
namespace operators {
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
|
||||
#define UNICODE_ERROR_CHARACTERS_MISSING -1
|
||||
|
@@ -13,14 +13,14 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/verify_cc.h"
|
||||
#include "src/operators/verify_cc.h"
|
||||
|
||||
#include <pcre.h>
|
||||
#include <iostream>
|
||||
#include <cstring>
|
||||
#include <vector>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
#if PCRE_HAVE_JIT
|
||||
#define pcre_study_opt PCRE_STUDY_JIT_COMPILE
|
||||
|
@@ -19,7 +19,7 @@
|
||||
#include <pcre.h>
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
namespace modsecurity {
|
||||
namespace operators {
|
||||
|
@@ -13,11 +13,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/verify_cpf.h"
|
||||
#include "src/operators/verify_cpf.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
namespace modsecurity {
|
||||
namespace operators {
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
namespace modsecurity {
|
||||
|
@@ -13,11 +13,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/verify_ssn.h"
|
||||
#include "src/operators/verify_ssn.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
namespace modsecurity {
|
||||
namespace operators {
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
|
@@ -13,11 +13,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/within.h"
|
||||
#include "src/operators/within.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
#include "src/macro_expansion.h"
|
||||
|
||||
namespace modsecurity {
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
namespace modsecurity {
|
||||
|
Reference in New Issue
Block a user