Felipe Zimmerle
|
59af8ab842
|
Cosmetics: fixed the coding style
|
2015-10-20 16:05:50 -03:00 |
|
Felipe Zimmerle
|
90c74beca1
|
Fix the init method signature in some operators
|
2015-10-20 13:23:08 -03:00 |
|
Felipe Zimmerle
|
4a5e6b3e57
|
Fixed bad test cases
|
2015-10-19 23:05:44 -03:00 |
|
Felipe Zimmerle
|
e7803ebd0f
|
Fix bug on regexp matched results
|
2015-10-19 23:05:05 -03:00 |
|
Felipe Zimmerle
|
3fff343009
|
Adds missing variables
|
2015-10-19 23:04:52 -03:00 |
|
Felipe Zimmerle
|
827b15f5c9
|
Marks redirect action as disruptive
|
2015-10-19 23:04:33 -03:00 |
|
Felipe Zimmerle
|
c1e3eac09d
|
Fix variable exclusion regression test (label only)
|
2015-10-19 19:38:44 -03:00 |
|
Felipe Zimmerle
|
e65f0db13b
|
Fix on the variable parser
|
2015-10-19 19:31:23 -03:00 |
|
Felipe Zimmerle
|
95a707964d
|
Warn about parser error during the regression test
|
2015-10-19 17:18:27 -03:00 |
|
Felipe Zimmerle
|
c800214e6d
|
Fix pcre_exec matched string
|
2015-10-16 16:15:39 -03:00 |
|
Felipe Zimmerle
|
0285c944f9
|
Fix collections resolution
|
2015-10-16 15:34:17 -03:00 |
|
Felipe Zimmerle
|
b0089cfde9
|
Adds MODSEC_NO_LOGS option to be part of the configure
|
2015-10-15 15:47:52 -03:00 |
|
Felipe Zimmerle
|
74045beab5
|
Performance improvement while expanding macros
|
2015-10-15 14:04:35 -03:00 |
|
Felipe Zimmerle
|
3351338551
|
Performance improvement of setVar action
|
2015-10-15 14:03:43 -03:00 |
|
Felipe Zimmerle
|
e57ee8908f
|
Searches for included configuration using the resource policy
|
2015-10-07 15:26:08 -03:00 |
|
Felipe Zimmerle
|
e54ef72051
|
Looks for external resources in the same path of the rule
|
2015-10-06 09:21:30 -03:00 |
|
Felipe Zimmerle
|
5cc9e94505
|
Splits operator into OPERATOR and FREE_TEXT on sec lang grammar
|
2015-10-02 12:07:18 -03:00 |
|
Felipe Zimmerle
|
df819dc43b
|
Removes SPACE token form the GRAMMAR
|
2015-10-02 11:30:05 -03:00 |
|
Felipe Zimmerle
|
54c51e2512
|
Fix parser shift/reduce problem on state 133
|
2015-10-02 11:03:04 -03:00 |
|
Felipe Zimmerle
|
03eabd9c12
|
Fix shift/reduce conflict in the sec lang grammar.
|
2015-10-01 17:36:18 -03:00 |
|
Felipe Zimmerle
|
941b9e75c4
|
Adds support to rules with actions without quotes
|
2015-10-01 14:55:55 -03:00 |
|
Felipe Zimmerle
|
0087a602f1
|
Fix phases execution
|
2015-09-30 18:48:38 -03:00 |
|
Felipe Zimmerle
|
8255ce86ca
|
Adds reference to filename and line number to lexer errors
|
2015-09-30 14:36:33 -03:00 |
|
Felipe Zimmerle
|
900af2cd48
|
Adds possibility to use include with wildcards and env vars
|
2015-09-29 14:06:13 -07:00 |
|
Felipe Zimmerle
|
cb9524ffd7
|
Adds support to collection in the parser
|
2015-09-29 13:14:36 -07:00 |
|
Felipe Zimmerle
|
d084ab5f2d
|
Fix the "line counting" on parser errors
|
2015-09-29 12:22:23 -03:00 |
|
Felipe Zimmerle
|
70e2a4b379
|
Adds support to include path between quotes
|
2015-09-29 10:43:28 -03:00 |
|
Felipe Zimmerle
|
b497091017
|
Cosmetics: Fix coding style
|
2015-09-28 16:32:59 -03:00 |
|
Chaim Sanders
|
f6e0b447b3
|
Merge branch 'libmodsecurity' of https://github.com/SpiderLabs/ModSecurity into libmodsecurity
|
2015-09-25 00:42:57 -04:00 |
|
Chaim Sanders
|
1cf1e313cc
|
Added some comments about msc_set_log_cb
|
2015-09-25 00:42:39 -04:00 |
|
Chaim Sanders
|
d044c7aaec
|
Removed some extra comments
|
2015-09-25 00:30:59 -04:00 |
|
Felipe Zimmerle
|
2c39f83b5f
|
Fix the regression test regexp validation
|
2015-09-24 12:33:37 -07:00 |
|
Felipe Zimmerle
|
f93c0de940
|
Disable NO_LOGS by default
|
2015-09-24 11:55:14 -07:00 |
|
Felipe Zimmerle
|
076a02951c
|
Huge performance improvement: passing variables as pointers avoiding copies
|
2015-09-18 20:21:12 -03:00 |
|
Felipe Zimmerle
|
2451bf05d7
|
Using pcre (with JIT) instead of pcrecpp
|
2015-09-17 19:26:44 -03:00 |
|
Felipe Zimmerle
|
ed86c24df6
|
Adds checks for the NO_LOGS definition and improved the vars resolution time
|
2015-09-17 17:41:38 -03:00 |
|
Felipe Zimmerle
|
3e067e7409
|
Core is now ready to deal with SecRulesEngine set to Off
|
2015-09-17 10:59:56 -03:00 |
|
Felipe Zimmerle
|
11e1a67d58
|
Fix disruptive action flow while RuleEngine is in DetectionOnly
|
2015-09-17 10:51:44 -03:00 |
|
Felipe Zimmerle
|
490ad23e41
|
Uses macro expansion before apply redirect action
|
2015-09-17 09:30:39 -03:00 |
|
Felipe Zimmerle
|
90df21bbb1
|
Removes the \' from setvar before name the collections
|
2015-09-17 09:29:55 -03:00 |
|
Felipe Zimmerle
|
d0c215d78b
|
Adds support for the server log integration
|
2015-09-17 09:01:52 -03:00 |
|
Felipe Zimmerle
|
5228b685bf
|
Fix disruptive actions execution
|
2015-09-16 19:43:31 -03:00 |
|
Felipe Zimmerle
|
081fe235ad
|
Cosmetic: fix variable-REQUEST_BODY.json format
|
2015-09-16 18:11:43 -03:00 |
|
Felipe Zimmerle
|
6782fd0989
|
Cosmetic: Makes the parser error more verbose on the regression tests
|
2015-09-16 15:42:59 -03:00 |
|
Felipe Zimmerle
|
5b18db779e
|
Makes multipart debug messages goes over modsec debug log not stdout
|
2015-09-16 15:24:42 -03:00 |
|
Felipe Zimmerle
|
a52a3a71ed
|
Fix some regression tests to fit the most recent changes
|
2015-09-16 15:17:11 -03:00 |
|
Felipe Zimmerle
|
639ccf7ddc
|
Fix the rule execution debug log, so that tests won't complain
|
2015-09-16 15:16:04 -03:00 |
|
Felipe Zimmerle
|
7f747d1dd0
|
Fix multipart parser in crlf blobs
|
2015-09-16 15:01:53 -03:00 |
|
Felipe Zimmerle
|
c8f91ca856
|
Adds expected results when a regression test failed due to unexpected debug logs
|
2015-09-16 15:00:16 -03:00 |
|
Felipe Zimmerle
|
e88d2120fb
|
Including space in the list of readable characters for debuglog
|
2015-09-16 14:25:03 -03:00 |
|