Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
(to be released) - 2.9.x
------------------------
21 May 2025 - 2.9.9
-------------------

* fix: Possible DoS vulnerability
[PR from private repo - @theseion, @fzipi, @airween; fixed CVE-2025-47947]
* chore: log error codes for global mutex failure modes.
[Issue #3387 - @airween]
* chore: refactor build system to use PCRE2
Expand Down
2 changes: 1 addition & 1 deletion apache2/msc_release.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

#define MODSEC_VERSION_MAJOR "2"
#define MODSEC_VERSION_MINOR "9"
#define MODSEC_VERSION_MAINT "8"
#define MODSEC_VERSION_MAINT "9"
#define MODSEC_VERSION_TYPE ""
#define MODSEC_VERSION_RELEASE ""

Expand Down