vmod-modsecurity icon indicating copy to clipboard operation
vmod-modsecurity copied to clipboard

Varnish Binding for modsecurity

Results 4 vmod-modsecurity issues
Sort by recently updated
recently updated
newest added

Change variable to priv_task to allow return(vcl)

@xdecock Would you mind explaining what the unimplemented constants below refer to? Some wider context would be really helpful. https://github.com/xdecock/vmod-modsecurity/blob/9378bffe1b8214423625cfc5eb874b1ec523be04/src/vmod_sec.c#L31

error compiling on varnish 7.0 plz help. VMODTOOL vcc_sec_if.c CC vmod_sec.lo vmod_sec.c:27:5: error: unknown type name 'Rules' Rules *rules_set; ^~~~~ vmod_sec.c: In function 'vmod_event_function': vmod_sec.c:98:13: error: 'struct vmod_priv' has no...

Currently its not possible to load wildcard directorys with given rule-sets, for example `modsec.add_rules("/usr/share/modsecurity-crs/rules/*.conf");` This would simplify the whole process a lot more.

enhancement