Skip to content

Commit 7ea9fef

Browse files
committed
Change release version to v3.0.16
1 parent fbdf0b0 commit 7ea9fef

2 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGES

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
v3.0.16 - 2026-Jun-29
2+
---------------------
3+
4+
- [fix: wrong behavior in utf8toUnicode on i386 architecture]
5+
[PR from private repo - @airween; fixed CVE-2026-52761]
6+
- [fix: multipart/form-data request body parser invalidly handles `\r` and `\n` characters]
7+
[PR from private repo - @sondt99, @dungNHVhust, @hnakamura, @airween; fixed CVE-2026-52747]
8+
- fix(lexer): rejection of '@' in ctl:ruleRemoveTarget actions
9+
[PR #3566, #3589 - @Jitterx69, @airween]
10+
- fix: cppcheck warnings with version 2.21.0
11+
[PR #3577 - @airween]
12+
- ci: pin Windows version in workflow
13+
[PR #3570 - @airween]
14+
- Alternative fix for @inspectFile: improved fork safety with multi-threaded tests (PR #3489)
15+
[PR #3552 - @Easton97-Jens]
16+
117
v3.0.15 - 2026-Apr-28
218
---------------------
319

headers/modsecurity/modsecurity.h

Lines changed: 2 additions & 2 deletions
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 "15"
193+
#define MODSECURITY_PATCHLEVEL "16"
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 30150100
201+
#define MODSECURITY_VERSION_NUM 30160100
202202

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

0 commit comments

Comments
 (0)