Skip to content

Commit 6468810

Browse files
committed
Change release version to v3.0.14
1 parent 29c3cc3 commit 6468810

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGES

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
v3.0.14 - 2025-Feb-21
1+
v3.0.14 - 2025-Feb-25
22
---------------------
33

44
- [fix: fixed htmlEntityDecode methods]
5-
[PR #3344 - @theseion,@airween]
5+
[PR from private repo - @theseion,@airween; fixed CVE-2025-27110]
66
- fix: Added missing header to avoid build error with gcc-15
77
[PR #3342 - @airween]
88
- Fix for issue #3334: build not finding YAJL

headers/modsecurity/modsecurity.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -190,15 +190,15 @@ namespace modsecurity {
190190

191191
#define MODSECURITY_MAJOR "3"
192192
#define MODSECURITY_MINOR "0"
193-
#define MODSECURITY_PATCHLEVEL "13"
193+
#define MODSECURITY_PATCHLEVEL "14"
194194
#define MODSECURITY_TAG ""
195195
#define MODSECURITY_TAG_NUM "100"
196196

197197
#define MODSECURITY_VERSION MODSECURITY_MAJOR "." \
198198
MODSECURITY_MINOR "." MODSECURITY_PATCHLEVEL \
199199
MODSECURITY_TAG
200200

201-
#define MODSECURITY_VERSION_NUM 30130100
201+
#define MODSECURITY_VERSION_NUM 30140100
202202

203203
#define MODSECURITY_CHECK_VERSION(a) (MODSECURITY_VERSION_NUM <= a)
204204

0 commit comments

Comments
 (0)