mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Adds support to the server ID generation
The server ID is a sha-1 identifier generated from the mac address of the first ethernet device plus the server name. The process is the same used by ModSecurity 2.9
This commit is contained in:
@@ -6,6 +6,14 @@
|
||||
"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": ""
|
||||
|
Reference in New Issue
Block a user