mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +03:00
45 lines
1.4 KiB
JSON
45 lines
1.4 KiB
JSON
[
|
|
{
|
|
"enabled": 1,
|
|
"version_min": 209000,
|
|
"version_max": -1,
|
|
"title": "Failed to load locate the unicode map file from: ... 1/n",
|
|
"url": "https:\/\/github.com\/SpiderLabs\/ModSecurity\/issues\/1941",
|
|
"expected": {
|
|
"parser_error": "Failed to locate the unicode map file from: does-not-exist-unicode.mapping"
|
|
},
|
|
"rules": [
|
|
"SecRuleEngine On",
|
|
"SecUnicodeMapFile does-not-exist-unicode.mapping 20127"
|
|
]
|
|
},
|
|
{
|
|
"enabled": 1,
|
|
"version_min": 209000,
|
|
"version_max": -1,
|
|
"title": "Failed to load locate the unicode map file from: ... 2/n",
|
|
"url": "https:\/\/github.com\/SpiderLabs\/ModSecurity\/issues\/1941",
|
|
"expected": {
|
|
"parser_error": "Failed to locate the unicode map file from: um dois tres does-not-exist-unicode.mapping"
|
|
},
|
|
"rules": [
|
|
"SecRuleEngine On",
|
|
"SecUnicodeMapFile um dois tres does-not-exist-unicode.mapping 20127"
|
|
]
|
|
},
|
|
{
|
|
"enabled": 1,
|
|
"version_min": 209000,
|
|
"version_max": -1,
|
|
"title": "Failed to load locate the unicode map file from: ... 3/n",
|
|
"url": "https:\/\/github.com\/SpiderLabs\/ModSecurity\/issues\/1941",
|
|
"expected": {
|
|
"parser_error": "Invalid input: SecUnicodeMapFile does-not-exist-unicode.mapping eita"
|
|
},
|
|
"rules": [
|
|
"SecRuleEngine On",
|
|
"SecUnicodeMapFile does-not-exist-unicode.mapping eita"
|
|
]
|
|
}
|
|
]
|