mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +03:00
Add NOSONAR flag to avoid issue report
This commit is contained in:
parent
a319ec733f
commit
87cc544ee3
@ -119,7 +119,7 @@ public:
|
||||
set_error(errmsg, "Number out of range");
|
||||
return false;
|
||||
}
|
||||
catch (...) {
|
||||
catch (...) { // NOSONAR
|
||||
// we don't need to handle all exceptions, the engine's BISON parser
|
||||
// does not allow other symbols than numbers
|
||||
set_error(errmsg, "An unknown error occurred while parsed the value.");
|
||||
|
Loading…
x
Reference in New Issue
Block a user