File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- v3.x.y - YYYY-MMM-DD (to be released)
2
- -------------------------------------
1
+ v3.0.9 - 2023-Apr-12
2
+ --------------------
3
3
4
4
- Fix: possible segfault on reload if duplicate ip+CIDR in ip match list
5
5
[Issue #2877, #2890 - @tomsommer, @martinhsv]
Original file line number Diff line number Diff line change 1
1
/*
2
2
* ModSecurity, http://www.modsecurity.org/
3
- * Copyright (c) 2015 - 2021 Trustwave Holdings, Inc. (http://www.trustwave.com/)
3
+ * Copyright (c) 2015 - 2023 Trustwave Holdings, Inc. (http://www.trustwave.com/)
4
4
*
5
5
* You may not use this file except in compliance with
6
6
* the License. You may obtain a copy of the License at
@@ -190,15 +190,15 @@ namespace modsecurity {
190
190
191
191
#define MODSECURITY_MAJOR " 3"
192
192
#define MODSECURITY_MINOR " 0"
193
- #define MODSECURITY_PATCHLEVEL " 8 "
193
+ #define MODSECURITY_PATCHLEVEL " 9 "
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 3080100
201
+ #define MODSECURITY_VERSION_NUM 3090100
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