mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Adds references to the collection variables
This commit is contained in:
committed by
Felipe Zimmerle
parent
e95efa05cc
commit
d851699529
@@ -42,7 +42,7 @@ class Transaction;
|
||||
|
||||
class AnchoredVariable {
|
||||
public:
|
||||
AnchoredVariable(Transaction* t, std::__cxx11::string name);
|
||||
AnchoredVariable(Transaction* t, std::string name);
|
||||
~AnchoredVariable();
|
||||
|
||||
void unset();
|
||||
|
@@ -49,7 +49,7 @@ class Rule {
|
||||
std::vector<actions::Action *> *_actions,
|
||||
std::string fileName,
|
||||
int lineNumber);
|
||||
explicit Rule(std::__cxx11::string marker);
|
||||
explicit Rule(std::string marker);
|
||||
~Rule();
|
||||
|
||||
bool evaluate(Transaction *transaction);
|
||||
|
@@ -68,7 +68,6 @@ class RuleMessage {
|
||||
int m_maturity;
|
||||
int m_accuracy;
|
||||
std::string m_reference;
|
||||
std::string m_referenceOp;
|
||||
|
||||
std::list<std::string> m_tags;
|
||||
std::list<std::string> m_server_logs;
|
||||
|
Reference in New Issue
Block a user