mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-17 09:55:28 +03:00
Fix some issues reported by the static analysis
This commit is contained in:
@@ -53,6 +53,8 @@ bool InitCol::init(std::string *error) {
|
||||
bool InitCol::evaluate(Rule *rule, Transaction *transaction) {
|
||||
std::string collectionName;
|
||||
collectionName = MacroExpansion::expand(m_collection_value, transaction);
|
||||
std::cout << "Collection is not implemented yet, here is the ";
|
||||
std::cout << "collection name: " << collectionName << std::endl;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user