mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Adds possibility to use include with wildcards and env vars
This commit is contained in:
@@ -47,6 +47,7 @@ namespace ModSecurity {
|
||||
std::string phase_name(int x);
|
||||
std::string limitTo(int amount, const std::string &str);
|
||||
std::string toHexIfNeeded(const std::string &str);
|
||||
std::vector<std::string> expandEnv(const std::string& var, int flags);
|
||||
} // namespace ModSecurity
|
||||
|
||||
#define SRC_UTILS_H_
|
||||
|
Reference in New Issue
Block a user