Marc Stern
Marc Stern
Any chance to get this? That would save my life (and all developers' one wanting to compare branches)
Obsoleted by https://github.com/SpiderLabs/ModSecurity/pull/2964
Sorry, I didn't get the first notification. The code changed in 4 years and the problem potentially partly disappeared, although it's not totally clear. The problem was that stored collections...
What about the SecCacheTransformations directive?
Hello. I don't see any remark. Could this be accepted?
Actually, it would maybe be safer to perform the checks in construct_single_var(): `if (!msr || !msr->mp || !msr->modsecurity) return NULL;` We should also check msr->modsecurity->msre & msr->msc_rule_mptmp, either in construct_single_var()...
Parts of the DB are never reread from disk, even in case of swapping, etc. Otherwise, a running process could get some data about the new version while still having...
Returning 1 instead of rcbe allows more flexibility, as you can decide yourself what to do (ant to log), but put more responsibility on the configurator. I personally prefer this,...
This is an important bug. Did anyone have a look at it?
We should validate the syntax of the parameter in cmd_rule_remove_by_id()