You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The legacy PCRE implementation (more recently referred to as PCRE1) is no longer being updated, with v8.45 (from June 2021) expected to be the final version.
Thanks @martinhsv for bringing this one. From my pov, thorough testing for any memory leaks either in library or in connector should be the part of the effort. Existing hacks for PCRE1 are known to work, but I don't have any knowledge of how PCRE2 is handling memory allocations in comparison to older one.
The legacy PCRE implementation (more recently referred to as PCRE1) is no longer being updated, with v8.45 (from June 2021) expected to be the final version.
Also, nginx has recently (nginx/1.21.5) changed to use PCRE2 by default, and this will cause problems if not using the --without-pcre2 flag when building (see owasp-modsecurity/ModSecurity-nginx#260, owasp-modsecurity/ModSecurity-nginx#261 ).
The text was updated successfully, but these errors were encountered: