mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
ModSecurity: improving duplicate ID search
This commit is contained in:
@@ -572,6 +572,9 @@ struct directory_config {
|
||||
/* Collection timeout */
|
||||
int col_timeout;
|
||||
|
||||
/* hash of ids */
|
||||
apr_hash_t *rule_id_htab;
|
||||
|
||||
/* Hash */
|
||||
apr_array_header_t *hash_method;
|
||||
const char *crypto_key;
|
||||
|
Reference in New Issue
Block a user