Ervin Hegedus

Results 435 comments of Ervin Hegedus

Hi @osevan, I think first you should try to pass `--with-pcre2` without argument or `--with-pcre2=yes`, but before that try to set the `LD_LIBRARY_PATH` and add your own path.

Hi @JakubOnderka, first of all, many thanks for your contribution! Meanwhile we added some new test to our CI workflow. It would be fine to pick up those modifications and...

Hi @sharmashivanand, your first rule is an unconditional `SecRule` (a `SecAction`): ``` # Initialize IP Collection SecAction "id:9000000,\ phase:1,\ nolog,\ pass,\ initcol:ip=%{REMOTE_ADDR},\ setvar:ip.err_404_count=0,\ setvar:ip.err_403_count=0" ``` It means this rule always...

Hi @baptiste-fourmont, > Any news? Unfortunately not. If you have any idea how can we solve this, feel free to open a PR. But I try to keep this on...

Hi @f1-outsourcing, I'm afraid mod_security2 (more precisely the Apache) can't access the marked parts of an IP packet - of if it does, you can't access them through any variable....

Hi @rohithmulka, thanks for bringing this up. Yes, this is a known behavior of libmodsecurity3 (I read your message on Slack, this is why I know - but it would...

> I feel like "no severity" should mean "default log level", which I assume would be `DEBUG`. I think there are more different aspects around the `severity` rule value. *...

Hi @Marcool04, thanks for this detailed report. Even tough this is a bug, but may be some CFLAG/C restriction blocks the successful build. I also get this message but not...

> The new tag is causing linter error, even though it is already added to APPROVED_TAGS. Let me check that soon.