mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Very first commit: libmodsecurity
Check the README.md file for further information about the libmodsecurity.
This commit is contained in:
34
test/test-cases/regression/issue-394.json
Normal file
34
test/test-cases/regression/issue-394.json
Normal file
@@ -0,0 +1,34 @@
|
||||
[
|
||||
{
|
||||
"enabled": 1,
|
||||
"version_min": 209000,
|
||||
"version_max": -1,
|
||||
"title": "Segmentation fault when uploading file with SecStreamInBodyInspection enabled",
|
||||
"url": "https:\/\/github.com\/SpiderLabs\/ModSecurity\/issues\/394",
|
||||
"gihub_issue": 394,
|
||||
"request": {
|
||||
"headers": "",
|
||||
"body": ""
|
||||
},
|
||||
"response": {
|
||||
"headers": "",
|
||||
"body": ""
|
||||
},
|
||||
"expected": {
|
||||
"audit_logs": "",
|
||||
"debug_logs": "",
|
||||
"error_logs": ""
|
||||
},
|
||||
"rules": [
|
||||
"SecRuleEngine On",
|
||||
"SecRequestBodyAccess On",
|
||||
"SecResponseBodyAccess On",
|
||||
"SecAuditEngine On",
|
||||
"SecAuditLogType Serial",
|
||||
"SecAuditLog logs\/modsec_audit.log",
|
||||
"SecAuditLogParts ABCDEFHJKZ",
|
||||
"SecDebugLog \/tmp\/modsec_debug.log",
|
||||
"SecDebugLogLevel 9"
|
||||
]
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user