We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0236a0d commit d741063Copy full SHA for d741063
include/ddwaf.h
@@ -114,7 +114,7 @@ struct _ddwaf_object
114
**/
115
struct _ddwaf_config
116
{
117
- struct {
+ struct _ddwaf_config_limits {
118
/** Maximum size of ddwaf::object containers. */
119
uint32_t max_container_size;
120
/** Maximum depth of ddwaf::object containers. */
@@ -124,7 +124,7 @@ struct _ddwaf_config
124
} limits;
125
126
/** Obfuscator regexes - the strings are owned by the caller */
127
+ struct _ddwaf_config_obfuscator {
128
/** Regular expression for key-based obfuscation */
129
const char *key_regex;
130
/** Regular expression for value-based obfuscation */
0 commit comments