Skip to content

Commit 87cc544

Browse files
committed
Add NOSONAR flag to avoid issue report
1 parent a319ec7 commit 87cc544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

headers/modsecurity/rules_set_properties.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class ConfigValue {
119119
set_error(errmsg, "Number out of range");
120120
return false;
121121
}
122-
catch (...) {
122+
catch (...) { // NOSONAR
123123
// we don't need to handle all exceptions, the engine's BISON parser
124124
// does not allow other symbols than numbers
125125
set_error(errmsg, "An unknown error occurred while parsed the value.");

0 commit comments

Comments
 (0)