mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Improvements, fixes and new features
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
* directly using the email address support@trustwave.com.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _MODSECURITY_H_
|
||||
#define _MODSECURITY_H_
|
||||
|
||||
@@ -386,6 +387,9 @@ struct modsec_rec {
|
||||
*/
|
||||
unsigned int allow_scope;
|
||||
|
||||
/* matched vars */
|
||||
apr_table_t *matched_vars;
|
||||
|
||||
/* Generic request body processor context to be used by custom parsers. */
|
||||
void *reqbody_processor_ctx;
|
||||
};
|
||||
|
Reference in New Issue
Block a user