mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Add Windows specific characters to config value syntax in config parser
This commit is contained in:
parent
f2170d8576
commit
72e3abdd12
File diff suppressed because it is too large
Load Diff
@ -405,7 +405,7 @@ CONFIG_VALUE_ONLYARGS (?i:OnlyArgs)
|
||||
CONFIG_VALUE_OFF (?i:Off)
|
||||
CONFIG_VALUE_ON (?i:On)
|
||||
CONFIG_VALUE_PARALLEL (?i:Parallel|Concurrent)
|
||||
CONFIG_VALUE_PATH [0-9A-Za-z_\/\.\-\*\:]+
|
||||
CONFIG_VALUE_PATH [0-9A-Za-z_\/\.\-\*\: \\\(\)]+
|
||||
CONFIG_VALUE_PROCESS_PARTIAL (?i:ProcessPartial)
|
||||
CONFIG_VALUE_REJECT (?i:Reject)
|
||||
CONFIG_VALUE_RELEVANT_ONLY (?i:RelevantOnly)
|
||||
|
Loading…
x
Reference in New Issue
Block a user