From: Francis Dupont Date: Tue, 11 Jun 2024 17:42:55 +0000 (+0200) Subject: [#3170] Addressed last comment X-Git-Tag: Kea-2.7.0~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a78fa738f0d7e6098ef86e9bff1fd01a5b96a4b4;p=thirdparty%2Fkea.git [#3170] Addressed last comment --- diff --git a/doc/sphinx/arm/classify.rst b/doc/sphinx/arm/classify.rst index 4b167ccf6b..33700ea305 100644 --- a/doc/sphinx/arm/classify.rst +++ b/doc/sphinx/arm/classify.rst @@ -585,6 +585,9 @@ So inequality, case insensitive pattern matching or pattern search. Detected invalid regular expressions are considered as syntax errors, runtime exceptions during match are handled as no match. + +.. warning:: + Be careful with the match operator as it can result in very poor performance leading to regular expression denial of service (ReDoS).