mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Adds support to macro expansion in setvar action
This commit is contained in:
@@ -32,6 +32,7 @@ namespace ModSecurity {
|
||||
void chomp(std::string *str);
|
||||
std::string uri_decode(const std::string & sSrc);
|
||||
std::string tolower(std::string str);
|
||||
std::string toupper(std::string str);
|
||||
double cpu_seconds(void);
|
||||
int js_decode_nonstrict_inplace(unsigned char *input, int64_t input_len);
|
||||
static unsigned char x2c(unsigned char *what);
|
||||
|
Reference in New Issue
Block a user