Skip to content

Instantly share code, notes, and snippets.

@omadjoudj
Created March 5, 2014 14:38
Show Gist options
  • Save omadjoudj/9368389 to your computer and use it in GitHub Desktop.
Save omadjoudj/9368389 to your computer and use it in GitHub Desktop.
mod_security make test-regression
Loaded 12 tests from /home/am/workspace/ModSecurity/tests/regression/config/10-debug-directives.t
1) config - SecDebugLog (pos): passed
2) config - SecDebugLog (neg): passed
3) config - SecDebugLogLevel 0: passed
response status failed to match: (?^:^403$)
4) config - SecDebugLogLevel 1: failed
response status failed to match: (?^:^200$)
5) config - SecDebugLogLevel 2: failed
response status failed to match: (?^:^403$)
6) config - SecDebugLogLevel 3: failed
response status failed to match: (?^:^403$)
7) config - SecDebugLogLevel 4: failed
response status failed to match: (?^:^403$)
8) config - SecDebugLogLevel 5: failed
response status failed to match: (?^:^403$)
9) config - SecDebugLogLevel 6: failed
response status failed to match: (?^:^403$)
10) config - SecDebugLogLevel 7: failed
response status failed to match: (?^:^403$)
11) config - SecDebugLogLevel 8: failed
response status failed to match: (?^:^403$)
12) config - SecDebugLogLevel 9: failed
Passed: 3; Failed: 9
[....]
[....]
Loaded 3 tests from /home/am/workspace/ModSecurity/tests/regression/rule/00-script.t
response status failed to match: (?^:^200$)
1) rule - SecRuleScript (lua absolute nomatch): failed
response status failed to match: (?^:^200$)
2) rule - SecRuleScript (lua relative nomatch): failed
response status failed to match: (?^:^403$)
3) rule - SecRuleScript (lua relative match): failed
Passed: 0; Failed: 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment