Re: [Mod-security-developers] seems expirevar not supported.
Brought to you by:
victorhora,
zimmerletw
|
From: Ervin H. <ai...@gm...> - 2021-09-29 06:44:54
|
Hi,
On Wed, Sep 29, 2021 at 01:30:44PM +0800, huiming via mod-security-developers wrote:
> all,
>
> seems expoirevar not supported.
> | ACTION_EXPIRE_VAR
> {
> //ACTION_NOT_SUPPORTED("ExpireVar", @0);
> ACTION_CONTAINER($$, new actions::Action($1)); //it is Action, not expirevar; Morever NO expirevar implementation.
> }
yes, there are few issues about this:
https://github.com/SpiderLabs/ModSecurity/issues/1803
https://github.com/SpiderLabs/ModSecurity/issues/2556
> I did not make test, but from code, it seems that expirevar not supported. Anyone can help me understand this.
what's the question?
a.
|