File tree 2 files changed +4
-4
lines changed
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
2
2
---------------------
3
3
4
4
- [fix: fixed htmlEntityDecode methods]
5
- [PR #3344 - @theseion,@airween]
5
+ [PR from private repo - @theseion,@airween; fixed CVE-2025-27110 ]
6
6
- fix: Added missing header to avoid build error with gcc-15
7
7
[PR #3342 - @airween]
8
8
- Fix for issue #3334: build not finding YAJL
Original file line number Diff line number Diff line change @@ -190,15 +190,15 @@ namespace modsecurity {
190
190
191
191
#define MODSECURITY_MAJOR " 3"
192
192
#define MODSECURITY_MINOR " 0"
193
- #define MODSECURITY_PATCHLEVEL " 13 "
193
+ #define MODSECURITY_PATCHLEVEL " 14 "
194
194
#define MODSECURITY_TAG " "
195
195
#define MODSECURITY_TAG_NUM " 100"
196
196
197
197
#define MODSECURITY_VERSION MODSECURITY_MAJOR " ." \
198
198
MODSECURITY_MINOR " ." MODSECURITY_PATCHLEVEL \
199
199
MODSECURITY_TAG
200
200
201
- #define MODSECURITY_VERSION_NUM 30130100
201
+ #define MODSECURITY_VERSION_NUM 30140100
202
202
203
203
#define MODSECURITY_CHECK_VERSION (a ) (MODSECURITY_VERSION_NUM <= a)
204
204
You can’t perform that action at this time.
0 commit comments