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 a319ec7 commit 87cc544Copy full SHA for 87cc544
headers/modsecurity/rules_set_properties.h
@@ -119,7 +119,7 @@ class ConfigValue {
119
set_error(errmsg, "Number out of range");
120
return false;
121
}
122
- catch (...) {
+ catch (...) { // NOSONAR
123
// we don't need to handle all exceptions, the engine's BISON parser
124
// does not allow other symbols than numbers
125
set_error(errmsg, "An unknown error occurred while parsed the value.");
0 commit comments