mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Add escape option to rsub and rbl improvements
This commit is contained in:
@@ -69,6 +69,8 @@ char DSOLOCAL *strtolower_inplace(unsigned char *str);
|
||||
|
||||
unsigned char DSOLOCAL *c2x(unsigned what, unsigned char *where);
|
||||
|
||||
char DSOLOCAL *log_escape_re(apr_pool_t *p, const char *text);
|
||||
|
||||
char DSOLOCAL *log_escape(apr_pool_t *p, const char *text);
|
||||
|
||||
char DSOLOCAL *log_escape_nq(apr_pool_t *p, const char *text);
|
||||
@@ -86,7 +88,7 @@ char DSOLOCAL *log_escape_raw(apr_pool_t *mp, const unsigned char *text, unsigne
|
||||
char DSOLOCAL *log_escape_nul(apr_pool_t *mp, const unsigned char *text, unsigned long int text_length);
|
||||
|
||||
char DSOLOCAL *_log_escape(apr_pool_t *p, const unsigned char *input,
|
||||
unsigned long int input_length, int escape_quotes, int escape_colon);
|
||||
unsigned long int input_length, int escape_quotes, int escape_colon, int escape_re);
|
||||
|
||||
int DSOLOCAL decode_base64_ext(char *plain_text, const char *input, int input_len);
|
||||
|
||||
|
Reference in New Issue
Block a user