3250 Commits

Author SHA1 Message Date
martinhsv
40f7a5067c
Merge pull request #2831 from airween/v3/filestmpcontentfix
Fix FILES_TMP_CONTENT collection key naming mechanism
2022-11-19 08:49:17 -08:00
Ervin Hegedüs
aa44c7b726 Fix FILES_TMP_CONTENT collection key naming mechanism 2022-11-14 17:03:50 +01:00
Martin Vierula
398e174234
Add CHANGES entry for previous PR 2022-11-11 12:07:06 -08:00
martinhsv
700a9e9ff1
Merge pull request #2806 from hughmcmaster/as_help_string
Use AS_HELP_STRING instead of obsolete AC_HELP_STRING macro
2022-11-11 14:33:25 -05:00
martinhsv
933daee34b
Merge pull request #2828 from martinhsv/v3/master
During configure, do not check for pcre if pcre2 specified
2022-11-10 15:18:15 -05:00
Martin Vierula
791964a0ea
During configure, do not check for pcre if pcre2 specified 2022-11-10 07:50:52 -08:00
Hugh McMaster
f05f322302 Use AS_HELP_STRING instead of the obsolete AC_HELP_STRING macro
AC_HELP_STRING has been obsolete since at least Autoconf 2.53,
which was released in 2003.
2022-10-16 18:16:01 +11:00
Martin Vierula
de01b02731
Add CHANGES entry for previous commmit 2022-10-14 10:37:35 -07:00
martinhsv
ec31e04a3b
Merge pull request #2714 from hughmcmaster/libxml2
Use pkg-config to find libxml2, falling back to xml2-config if necessary
2022-10-14 09:08:14 -04:00
Hugh McMaster
d76c527751 build/libxml.m4: Check for libxml2 via pkg-config then xml2-config
Debian is taking steps to remove xml2-config in favour of pkg-config.
This means ModSecurity will build without libxml2 support by default
on Debian, Ubuntu and other distributions tracking Debian packages.

This patch modifies build/libxml.m4 to check for libxml2 via
pkg-config, falling back to xml2-config if necessary.
2022-10-05 15:43:33 +11:00
Martin Vierula
82f75dc0ce
Remove now-unneeded cppcheck suppression 2022-09-20 14:23:20 -07:00
Martin Vierula
47fe75de32
Fix tests to match previous typo fix 2022-09-18 11:28:58 -07:00
Martin Vierula
222e09ea0b
Fix typo in debug log text 2022-09-17 14:55:27 -07:00
martinhsv
5d2b86c1b1
Merge pull request #2801 from martinhsv/v3/master
Fix two rule-reload memory leak issues
2022-09-16 08:44:30 -04:00
Martin Vierula
e9a7ba4a60 Fix two rule-reload memory leak issues 2022-09-15 16:27:25 -07:00
martinhsv
17f3bb0b36
Merge pull request #2800 from martinhsv/v3/master
Correct whitespace handling for Include directive
2022-09-14 16:04:38 -04:00
Martin Vierula
53cf6eb6bf
Correct whitespace handling for Include directive 2022-09-14 12:27:21 -07:00
Martin Vierula
0840a29c33
Advance bison version to v3.7.6 2022-09-12 20:26:13 -07:00
Martin Vierula
8f06f9bd39
CHANGES: Preparing for next version 2022-09-12 14:09:53 -07:00
Martin Vierula
996c7e1e1f
Change release version to v3.0.8 v3.0.8 2022-09-07 11:53:30 -07:00
martinhsv
de3a9b5aa6
Merge pull request #2796 from martinhsv/v3/master
Adjust parser activation rules in modsecurity.conf-recommended
2022-09-07 13:37:22 -04:00
Martin Vierula
622eb9e6c8
Adjust parser activation rules in modsecurity.conf-recommended 2022-09-07 08:49:56 -07:00
martinhsv
d6c10885e0
Merge pull request #2795 from martinhsv/v3/master
Multipart parsing fixes and new MULTIPART_PART_HEADERS collection
2022-09-07 10:36:50 -04:00
Martin Vierula
fa6e41857d
Multipart parsing fixes and new MULTIPART_PART_HEADERS collection 2022-09-07 06:29:20 -07:00
Jabasukuriputo Wang
6518973464
remove jit stack 2022-09-05 17:00:14 +08:00
Martin Vierula
648cad380e
Address some cppcheck complaints 2022-08-31 13:19:45 -07:00
martinhsv
b0b459d3a1
Merge pull request #2707 from liudongmiao/v3-example
fix argv in examples
2022-08-30 16:47:28 -04:00
Martin Vierula
36a2231a7c
Add CHANGES entry for previous commit 2022-08-29 12:34:38 -07:00
martinhsv
f923838e4b
Merge pull request #2761 from GetPageSpeed/v3/master
Prevent LMDB related segfault for #2755
2022-08-29 14:13:46 -04:00
Martin Vierula
af27018ded
Fix msc_transaction_cleanup function comment typo 2022-08-27 10:41:18 -07:00
martinhsv
8c409149c9
Merge pull request #2788 from lookat23/v3/master
Fix msc_transaction_cleanup function comment typo
2022-08-26 16:21:34 -04:00
wfjsw
0d81b636be feat: PCRE2 JIT 2022-08-25 02:38:05 +08:00
=
228218ae6e Fix the mismatch between comments and code in the msc_transaction_cleanup function 2022-08-20 08:28:04 +08:00
martinhsv
7b094ea84e
Merge pull request #2785 from martinhsv/v3/master
Fix: MULTIPART_INVALID_PART connected to wrong internal variable
2022-08-17 20:25:07 -04:00
Martin Vierula
b41139acd6
Fix: MULTIPART_INVALID_PART connected to wrong internal variable 2022-08-17 16:15:06 -07:00
martinhsv
369002d70e
Create SECURITY.md 2022-08-04 09:50:20 -04:00
Martin Vierula
c3b7a7f4f0
Change some args from pass-by-value (satisfies cppcheck) 2022-06-15 07:20:28 -07:00
Martin Vierula
d2a1080db2
Add CHANGES for previous commit 2022-06-13 14:59:27 -07:00
martinhsv
18012e5726
Merge pull request #2758 from martinhsv/v3/master
Restore Unique_id to include random portion after timestamp
2022-06-13 16:42:39 -04:00
Martin Vierula
a41fc30db7
CHANGES: Preparing for next version 2022-06-13 12:04:52 -07:00
Danila Vershinin
204908cf50 Prevent segfault for #2755
Make transactions no-op if the file handle is invalid
2022-06-09 18:10:26 +03:00
Martin Vierula
14c94e2eb2
Restore Unique_id to include random portion after timestamp 2022-06-03 10:32:53 -07:00
Martin Vierula
97550881fe
Add cppcheck suppressions 2022-05-30 11:03:39 -07:00
Martin Vierula
1bdd047400
Change release version to v3.0.7 v3.0.7 2022-05-30 06:29:36 -07:00
Martin Vierula
841c06a9f3
Correct CHANGES entry for previous commit 2022-05-20 08:19:08 -07:00
Martin Vierula
0362af4db4
Move PCRE2 match block from member variable 2022-05-20 06:58:31 -07:00
Martin Vierula
770662c0da
Add CHANGES entry for previous commit 2022-05-17 13:36:43 -07:00
martinhsv
8d8000132b
Merge pull request #2738 from martinhsv/v3/master
Add SecArgumentsLimit to modsecurity.conf-recommended
2022-05-17 14:43:22 -04:00
Martin Vierula
76c0c864e8
Add CHANGES entry for previous commit 2022-05-05 16:22:54 -07:00
martinhsv
844e1bf6eb
Merge pull request #2727 from liudongmiao/patch-1
fix memory leak when concurrent log includes REMOTE_USER
2022-05-05 18:24:02 -04:00