mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Added support for JSON body processor
This commit is contained in:
committed by
Felipe Zimmerle
parent
410aca9d78
commit
c23097ce18
@@ -38,6 +38,7 @@ typedef struct msc_parm msc_parm;
|
||||
#include "msc_multipart.h"
|
||||
#include "msc_pcre.h"
|
||||
#include "msc_util.h"
|
||||
#include "msc_json.h"
|
||||
#include "msc_xml.h"
|
||||
#include "msc_geo.h"
|
||||
#include "msc_gsb.h"
|
||||
@@ -368,6 +369,7 @@ struct modsec_rec {
|
||||
multipart_data *mpd; /* MULTIPART processor data structure */
|
||||
|
||||
xml_data *xml; /* XML processor data structure */
|
||||
json_data *json; /* JSON processor data structure */
|
||||
|
||||
/* audit logging */
|
||||
char *new_auditlog_boundary;
|
||||
|
Reference in New Issue
Block a user