mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Adds XML variable, xml body request processor and @validateSchema
This commit is contained in:
@@ -74,6 +74,9 @@ class RuleMessage;
|
||||
namespace actions {
|
||||
class Action;
|
||||
}
|
||||
namespace RequestBodyProcessor {
|
||||
class XML;
|
||||
}
|
||||
namespace operators {
|
||||
class Operator;
|
||||
}
|
||||
@@ -324,6 +327,8 @@ class Transaction {
|
||||
*/
|
||||
std::list<std::string> m_matched;
|
||||
|
||||
RequestBodyProcessor::XML *m_xml;
|
||||
|
||||
private:
|
||||
std::string *m_ARGScombinedSizeStr;
|
||||
std::string *m_namesArgs;
|
||||
|
Reference in New Issue
Block a user