Ervin Hegedus
Ervin Hegedus
As [mod_security2](https://github.com/owasp-modsecurity/ModSecurity/tree/v2/master) switched to [PCRE2](https://github.com/owasp-modsecurity/ModSecurity/pull/3387) as default PCRE engine (in release [v2.9.9](https://github.com/owasp-modsecurity/ModSecurity/releases/tag/v2.9.9)), it's necessary to align the connector's `Makefile`. This PR does this.
In issue (#92) they explain the `setenv` action does not allow both syntax: quoted (with `'`) and unquoted form. I think the `setenv` syntax is the same as `setvar`: it...
## what This PR fixes the last broken regression test and adds the whole regression test workflow to GH CI. ## why The regression tests were almost finished, now I...