File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 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+ --------------------
33
44 - Fix: possible segfault on reload if duplicate ip+CIDR in ip match list
55 [Issue #2877, #2890 - @tomsommer, @martinhsv]
Original file line number Diff line number Diff line change 11/*
22 * 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/)
44 *
55 * You may not use this file except in compliance with
66 * the License. You may obtain a copy of the License at
@@ -190,15 +190,15 @@ namespace modsecurity {
190190
191191#define MODSECURITY_MAJOR " 3"
192192#define MODSECURITY_MINOR " 0"
193- #define MODSECURITY_PATCHLEVEL " 8 "
193+ #define MODSECURITY_PATCHLEVEL " 9 "
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 3080100
201+ #define MODSECURITY_VERSION_NUM 3090100
202202
203203#define MODSECURITY_CHECK_VERSION (a ) (MODSECURITY_VERSION_NUM <= a)
204204
You can’t perform that action at this time.
0 commit comments