This repository was archived by the owner on Mar 17, 2025. It is now read-only.
This repository was archived by the owner on Mar 17, 2025. It is now read-only.
PCRE library - to maintainer version #26
Open
Description
There are two major versions of the PCRE library. The current version, PCRE2, released in 2015, is now at version 10.39.
The older, but still widely deployed PCRE library, originally released in 1997, is at version 8.45. This version of PCRE is now at end of life, and is no longer being actively maintained. Version 8.45 is expected to be the final release of the older PCRE library, and new projects should use PCRE2 instead.
I think it can be easily compiled to wasm library based on https://github.com/leyao-daily/pcre2 and we may modify ModSecurity configuration to accept this update.