mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 21:36:00 +03:00
39 lines
723 B
JSON
39 lines
723 B
JSON
[
|
|
{
|
|
"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,
|
|
"client": {
|
|
"ip": "200.249.12.31",
|
|
"port": 2313
|
|
},
|
|
"server": {
|
|
"ip": "200.249.12.31",
|
|
"port": 80
|
|
},
|
|
"request": {
|
|
"headers": "",
|
|
"body": "",
|
|
"method": "GET",
|
|
"http_version": 1.1
|
|
},
|
|
"response": {
|
|
"headers": "",
|
|
"body": ""
|
|
},
|
|
"expected": {
|
|
"audit_logs": "",
|
|
"debug_logs": "",
|
|
"error_logs": ""
|
|
},
|
|
"rules": [
|
|
"SecRuleEngine On",
|
|
"SecRequestBodyAccess On",
|
|
"SecResponseBodyAccess On"
|
|
]
|
|
}
|
|
]
|