Ervin Hegedus

Results 605 comments of Ervin Hegedus

Could you try to add an extra argument to [this](https://github.com/owasp-modsecurity/ModSecurity/blob/v2/master/iis/Makefile.win#L27) line, so the line should be like this: ``` DEFS = /nologo /O2 /LD /W3 /wd4244 /wd4018 -DWITH_YAJL -DWIN32 -DWINNT...

Yes. But all occurrences use old PCRE, eg [this](https://github.com/owasp-modsecurity/ModSecurity/blob/v2/master/iis/Makefile.win#L33), [this](https://github.com/owasp-modsecurity/ModSecurity/blob/v2/master/iis/dependencies/build_pcre.bat#L29-L32) and [this](https://github.com/owasp-modsecurity/ModSecurity/blob/v2/master/iis/build_dependencies.bat#L64-L67).

> The issue will not be solved until you change the PCRE [version](https://github.com/owasp-modsecurity/ModSecurity/blob/v2/master/iis/build_dependencies.bat#L11) required to build ModSecurity v2 on Windows. Yes, I know - but for that I think we...

> I need to know which version of PCRE should I use to build ModSecurity v2 on Windows. Seems like the latest release is [10.45](https://github.com/PCRE2Project/pcre2/releases/tag/pcre2-10.45), but the package name is...

Hi @JustCoding247, many thanks for reporting this issue. I think it's very important, and we should improve the build system capability to make a usable build environment as many environments...

Hi @TheophileDiot, > I attempted to build ModSecurity v3 against the [latest Mbed TLS release](https://github.com/Mbed-TLS/mbedtls/releases/tag/mbedtls-4.0.0) (**4.0.0**), but the build fails right at the `./configure` step. The error message is as...

Hi @chenuduss, many thanks for bringing this up. I think this is a very important topic, and definitely a good direction in the library's life. If you were able to...

Hi @duckasylum, thanks for bringing this up. > In the documentation under **setenv** there is a sentence `Description: Creates and updates environment variables that can be accessed by both ModSecurity...

> Do I understand correctly that the connector currently is not aware of the setenv variables created by the library? yes. > If the connector would know about them then...

Hi @SonNgo2211, thanks for reporting. > I would appreciate any insights or solutions to mitigate this memory consumption issue. Is there a recommended configuration for Concurrent Logging to prevent memory...