From b8a22bb67aad4e9348a06ec7c33b0c4ea7fb8a3e Mon Sep 17 00:00:00 2001 From: Ervin Hegedus Date: Sun, 27 Jul 2025 17:09:11 +0200 Subject: [PATCH] Update error message Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com> --- headers/modsecurity/rules_set_properties.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/modsecurity/rules_set_properties.h b/headers/modsecurity/rules_set_properties.h index cd1f3f7c..30808efa 100644 --- a/headers/modsecurity/rules_set_properties.h +++ b/headers/modsecurity/rules_set_properties.h @@ -125,7 +125,7 @@ public: 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."); + set_error(errmsg, "An unknown error occurred while parsing number."); return false; }