File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments