mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-01 22:25:45 +03:00
Cosmetics: address cppcheck warnings on src/actions
This commit is contained in:
@@ -30,7 +30,7 @@ namespace transformations {
|
||||
|
||||
class ParityZero7bit : public Transformation {
|
||||
public:
|
||||
explicit ParityZero7bit(std::string action) : Transformation(action) { }
|
||||
explicit ParityZero7bit(const std::string &action) : Transformation(action) { }
|
||||
|
||||
std::string evaluate(std::string exp, Transaction *transaction) override;
|
||||
static bool inplace(unsigned char *input, uint64_t input_len);
|
||||
|
||||
Reference in New Issue
Block a user