We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e3c807 commit b8a22bbCopy full SHA for b8a22bb
headers/modsecurity/rules_set_properties.h
@@ -125,7 +125,7 @@ class ConfigValue {
125
catch (...) { // NOSONAR
126
// we don't need to handle all exceptions, the engine's BISON parser
127
// does not allow other symbols than numbers
128
- set_error(errmsg, "An unknown error occurred while parsed the value.");
+ set_error(errmsg, "An unknown error occurred while parsing number.");
129
return false;
130
}
131
0 commit comments