Ervin Hegedus

Results 296 comments of Ervin Hegedus
trafficstars

Hi @dvmalygin, thanks for reporting this issue. You are right, database with 1MB couldn't be enough. The simple solution would be using of [mdb_env_set_mapsize()](http://www.lmdb.tech/doc/group__mdb.html#gaa2506ec8dab3d969b0e609cd82e619e5) to set the expected size of...

> As @jptosso says, it should return 1. We use it on collections to mean "does this variable exist", so all variables should follow the same semantics. Thanks guys. @theseion...

Thanks for this great PR again. I know I suggested to remove the optional state of libxml and libyaml, but now I thought it again - I think we should...

> Of course, I think it makes sense to check. > > With regards to ia64 (Itanium), it was discontinued by Intel back in 2020. Debian last release with support...

Thanks for these tests! > I think these indicate that there's no significant difference in performance between these two versions of the library. yes, I didn't expect that there are...

> I'm updating the PR to simplify it and just focus on YAJL. The changes to make libxml2 and pcre2 mandatory can be resumed when there's feedback on that. Sorry...

Hi @eduar-hte, thanks for your time and your work again. This PR was made at the end of May. After that, we had a ModSecurity co-leader meeting (in person) in...

Hi @ShaiMagal, perhaps I would try something like this: ``` SecRule RESPONSE_STATUS "@within 406" \ "id:1000,\ phase:3,\ t:none,\ nolog,\ pass,\ ctl:auditEngine=Off" ``` References: * [RESPONSE_STATUS](https://github.com/owasp-modsecurity/ModSecurity/wiki/Reference-Manual-(v2.x)#response_status) * [@within](https://github.com/owasp-modsecurity/ModSecurity/wiki/Reference-Manual-(v2.x)#within) * [ctl](https://github.com/owasp-modsecurity/ModSecurity/wiki/Reference-Manual-(v2.x)#user-content-ctl) I...

@marcstern: I see this is a pretty old PR, and then there wasn't any CI workflow. If you think this is a useful modification, could you sent this PR again...

@studersi, @marcstern is there any conclusions here?