mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 21:36:00 +03:00
Coding style: changes the namespace in the comments
This commit is contained in:
parent
0694cd30ca
commit
42ce0475b2
@ -274,7 +274,7 @@ int msc_process_logging(Assay *assay, int code);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -51,7 +51,7 @@ class DebugLog {
|
||||
std::string m_fileName;
|
||||
};
|
||||
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
#endif
|
||||
|
||||
#endif // HEADERS_MODSECURITY_DEBUG_LOG_H_
|
||||
|
@ -29,7 +29,7 @@ typedef struct ModSecurityIntervention_t {
|
||||
} ModSecurityIntervention;
|
||||
|
||||
#ifdef __cplusplus
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
#endif
|
||||
|
||||
#endif // HEADERS_MODSECURITY_INTERVENTION_H_
|
||||
|
@ -249,7 +249,7 @@ void msc_cleanup(ModSecurity *msc);
|
||||
}
|
||||
|
||||
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
#endif
|
||||
|
||||
#endif // HEADERS_MODSECURITY_MODSECURITY_H_
|
||||
|
@ -112,7 +112,7 @@ int msc_rules_cleanup(Rules *rules);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
#endif
|
||||
|
||||
#endif // HEADERS_MODSECURITY_RULES_H_
|
||||
|
@ -205,7 +205,7 @@ class RulesProperties {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
#endif
|
||||
|
||||
#endif // HEADERS_MODSECURITY_RULES_PROPERTIES_H_
|
||||
|
@ -48,7 +48,7 @@ class Collection : public transaction::Variables {
|
||||
double m_updateRate;
|
||||
};
|
||||
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -87,7 +87,7 @@ class Collections :
|
||||
};
|
||||
|
||||
} // namespace transaction
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -41,7 +41,7 @@ class Variable {
|
||||
};
|
||||
|
||||
} // namespace transaction
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
#endif
|
||||
|
||||
#endif // HEADERS_MODSECURITY_TRANSACTION_VARIABLE_H_
|
||||
|
@ -64,7 +64,7 @@ class Variables :
|
||||
};
|
||||
|
||||
} // namespace transaction
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -93,4 +93,4 @@ Action *Action::instantiate(const std::string& name) {
|
||||
}
|
||||
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -101,7 +101,7 @@ class Action {
|
||||
|
||||
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -29,4 +29,4 @@ bool AuditLog::evaluate(Rule *rule, Assay *assay) {
|
||||
}
|
||||
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -38,7 +38,7 @@ class AuditLog : public Action {
|
||||
};
|
||||
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
#endif
|
||||
|
||||
#endif // SRC_ACTIONS_AUDIT_LOG_H_
|
||||
|
@ -49,4 +49,4 @@ void Block::fill_intervention(ModSecurityIntervention *i) {
|
||||
}
|
||||
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -39,7 +39,7 @@ class Block : public Action {
|
||||
};
|
||||
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
#endif
|
||||
|
||||
#endif // SRC_ACTIONS_BLOCK_H_
|
||||
|
@ -70,4 +70,4 @@ bool Capture::evaluate(Rule *rule, Assay *assay) {
|
||||
}
|
||||
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -36,6 +36,6 @@ class Capture : public Action {
|
||||
|
||||
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif // SRC_ACTIONS_CAPTURE_H_
|
||||
|
@ -32,4 +32,4 @@ bool Chain::evaluate(Rule *rule, Assay *assay) {
|
||||
}
|
||||
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -39,7 +39,7 @@ class Chain : public Action {
|
||||
};
|
||||
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
#endif
|
||||
|
||||
#endif // SRC_ACTIONS_CHAIN_H_
|
||||
|
@ -41,4 +41,4 @@ bool CtlAuditLogParts::evaluate(Rule *rule, Assay *assay) {
|
||||
}
|
||||
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -35,6 +35,6 @@ class CtlAuditLogParts : public Action {
|
||||
};
|
||||
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif // SRC_ACTIONS_CTL_AUDIT_LOG_PARTS_H_
|
||||
|
@ -47,4 +47,4 @@ void Deny::fill_intervention(ModSecurityIntervention *i) {
|
||||
}
|
||||
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -36,6 +36,6 @@ class Deny : public Action {
|
||||
|
||||
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif // SRC_ACTIONS_DENY_H_
|
||||
|
@ -31,4 +31,4 @@ bool Log::evaluate(Rule *rule, Assay *assay) {
|
||||
}
|
||||
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -36,7 +36,7 @@ class Log : public Action {
|
||||
};
|
||||
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
|
||||
#endif // SRC_ACTIONS_LOG_H_
|
||||
|
@ -45,4 +45,4 @@ bool LogData::evaluate(Rule *rule, Assay *assay) {
|
||||
}
|
||||
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -39,6 +39,6 @@ class LogData : public Action {
|
||||
|
||||
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif // SRC_ACTIONS_LOG_DATA_H_
|
||||
|
@ -45,4 +45,4 @@ bool Msg::evaluate(Rule *rule, Assay *assay) {
|
||||
}
|
||||
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -39,6 +39,6 @@ class Msg : public Action {
|
||||
|
||||
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif // SRC_ACTIONS_MSG_H_
|
||||
|
@ -29,4 +29,4 @@ bool NoAuditLog::evaluate(Rule *rule, Assay *assay) {
|
||||
}
|
||||
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -38,7 +38,7 @@ class NoAuditLog : public Action {
|
||||
};
|
||||
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
#endif
|
||||
|
||||
#endif // SRC_ACTIONS_NO_AUDIT_LOG_H_
|
||||
|
@ -38,4 +38,4 @@ bool Pass::evaluate(Rule *rule, Assay *assay) {
|
||||
|
||||
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -34,7 +34,7 @@ class Pass : public Action {
|
||||
};
|
||||
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
|
||||
#endif // SRC_ACTIONS_PASS_H_
|
||||
|
@ -83,4 +83,4 @@ bool Phase::evaluate(Rule *rule, Assay *assay) {
|
||||
}
|
||||
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -41,7 +41,7 @@ class Phase : public Action {
|
||||
};
|
||||
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
#endif
|
||||
|
||||
#endif // SRC_ACTIONS_PHASE_H_
|
||||
|
@ -58,4 +58,4 @@ void Redirect::fill_intervention(ModSecurityIntervention *i) {
|
||||
}
|
||||
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -43,7 +43,7 @@ class Redirect : public Action {
|
||||
};
|
||||
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
#endif
|
||||
|
||||
#endif // SRC_ACTIONS_REDIRECT_H_
|
||||
|
@ -41,4 +41,4 @@ bool Rev::evaluate(Rule *rule, Assay *assay) {
|
||||
}
|
||||
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -39,6 +39,6 @@ class Rev : public Action {
|
||||
|
||||
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif // SRC_ACTIONS_REV_H_
|
||||
|
@ -57,4 +57,4 @@ bool RuleId::evaluate(Rule *rule, Assay *assay) {
|
||||
}
|
||||
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -44,7 +44,7 @@ class RuleId : public Action {
|
||||
};
|
||||
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
#endif
|
||||
|
||||
#endif // SRC_ACTIONS_RULE_ID_H_
|
||||
|
@ -153,4 +153,4 @@ bool SetVar::evaluate(Rule *rule, Assay *assay) {
|
||||
}
|
||||
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -54,7 +54,7 @@ class SetVar : public Action {
|
||||
};
|
||||
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
|
||||
#endif // SRC_ACTIONS_SET_VAR_H_
|
||||
|
@ -64,4 +64,4 @@ bool Severity::evaluate(Rule *rule, Assay *assay) {
|
||||
}
|
||||
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -40,7 +40,7 @@ class Severity : public Action {
|
||||
};
|
||||
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
#endif
|
||||
|
||||
#endif // SRC_ACTIONS_SEVERITY_H_
|
||||
|
@ -40,4 +40,4 @@ bool SkipAfter::evaluate(Rule *rule, Assay *assay) {
|
||||
}
|
||||
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -39,6 +39,6 @@ class SkipAfter : public Action {
|
||||
|
||||
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif // SRC_ACTIONS_SKIP_AFTER_H_
|
||||
|
@ -45,4 +45,4 @@ void Status::fill_intervention(ModSecurityIntervention *i) {
|
||||
}
|
||||
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -37,7 +37,7 @@ class Status : public Action {
|
||||
};
|
||||
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
#endif
|
||||
|
||||
#endif // SRC_ACTIONS_STATUS_H_
|
||||
|
@ -44,4 +44,4 @@ bool Tag::evaluate(Rule *rule, Assay *assay) {
|
||||
}
|
||||
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -39,6 +39,6 @@ class Tag : public Action {
|
||||
|
||||
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif // SRC_ACTIONS_TAG_H_
|
||||
|
@ -50,4 +50,4 @@ std::string Base64Decode::evaluate(std::string value,
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -37,7 +37,7 @@ class Base64Decode : public Transformation {
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -51,4 +51,4 @@ std::string Base64DecodeExt::evaluate(std::string value,
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -37,7 +37,7 @@ class Base64DecodeExt : public Transformation {
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -50,4 +50,4 @@ std::string CmdLine::evaluate(std::string value,
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -37,7 +37,7 @@ class CmdLine : public Transformation {
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -63,4 +63,4 @@ std::string CompressWhitespace::evaluate(std::string value,
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -37,7 +37,7 @@ class CompressWhitespace : public Transformation {
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -51,4 +51,4 @@ std::string CssDecode::evaluate(std::string value,
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -40,7 +40,7 @@ class CssDecode : public Transformation {
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -158,4 +158,4 @@ std::string EscapeSeqDecode::evaluate(std::string value,
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -38,7 +38,7 @@ class EscapeSeqDecode : public Transformation {
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -55,4 +55,4 @@ std::string HexDecode::evaluate(std::string value,
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -37,7 +37,7 @@ class HexDecode : public Transformation {
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -50,4 +50,4 @@ std::string HexEncode::evaluate(std::string value,
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -37,7 +37,7 @@ class HexEncode : public Transformation {
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -55,4 +55,4 @@ std::string HtmlEntityDecode::evaluate(std::string value,
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -61,7 +61,7 @@ class HtmlEntityDecode : public Transformation {
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -53,4 +53,4 @@ std::string JsDecode::evaluate(std::string value,
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -39,7 +39,7 @@ class JsDecode : public Transformation {
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -43,4 +43,4 @@ std::string Length::evaluate(std::string value,
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -37,7 +37,7 @@ class Length : public Transformation {
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -52,4 +52,4 @@ std::string LowerCase::evaluate(std::string value,
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -57,7 +57,7 @@ class LowerCase : public Transformation {
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -50,4 +50,4 @@ std::string Md5::evaluate(std::string value,
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -38,7 +38,7 @@ class Md5 : public Transformation {
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -39,4 +39,4 @@ std::string None::evaluate(std::string value,
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -40,7 +40,7 @@ class None : public Transformation {
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -59,4 +59,4 @@ std::string NormalisePath::evaluate(std::string value,
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -37,7 +37,7 @@ class NormalisePath : public Transformation {
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -56,4 +56,4 @@ std::string NormalisePathWin::evaluate(std::string value,
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -39,7 +39,7 @@ class NormalisePathWin : public Transformation {
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
|
||||
#endif // SRC_ACTIONS_TRANSFORMATIONS_NORMALISE_PATH_WIN_H_
|
||||
|
@ -51,4 +51,4 @@ std::string ParityEven7bit::evaluate(std::string value,
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -37,7 +37,7 @@ class ParityEven7bit : public Transformation {
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -51,4 +51,4 @@ std::string ParityOdd7bit::evaluate(std::string value,
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -37,7 +37,7 @@ class ParityOdd7bit : public Transformation {
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -51,4 +51,4 @@ std::string ParityZero7bit::evaluate(std::string value,
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -37,7 +37,7 @@ class ParityZero7bit : public Transformation {
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -51,4 +51,4 @@ std::string RemoveComments::evaluate(std::string value,
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -37,7 +37,7 @@ class RemoveComments : public Transformation {
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -51,4 +51,4 @@ std::string RemoveCommentsChar::evaluate(std::string value,
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -37,7 +37,7 @@ class RemoveCommentsChar : public Transformation {
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -52,4 +52,4 @@ std::string RemoveNulls::evaluate(std::string value,
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -39,7 +39,7 @@ class RemoveNulls : public Transformation {
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -51,4 +51,4 @@ std::string RemoveWhitespace::evaluate(std::string value,
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -37,7 +37,7 @@ class RemoveWhitespace : public Transformation {
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -85,4 +85,4 @@ std::string ReplaceComments::evaluate(std::string value,
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
@ -37,7 +37,7 @@ class ReplaceComments : public Transformation {
|
||||
|
||||
} // namespace transformations
|
||||
} // namespace actions
|
||||
} // namespace ModSecurity
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user