Re: [mod-security-users] Language Bindings for libmodsecurity/ModSecurity v3
Brought to you by:
victorhora,
zimmerletw
|
From: Robert P. <rpa...@fe...> - 2018-06-08 00:04:23
|
On Thu, Jun 7, 2018 at 3:26 PM, Osama Elnaggar <oel...@gm...> wrote: > Thank Robert. I remember the discussion + the useful benchmarks you and > others shared > > The FaaS model is different from your high performance proxy model as FaaS > basically runs a single concurrent request per container (with the > containers scaling to accommodate additional incoming requests) so adding a > small overhead of a few ms to the container time using libmodsecurity > shouldn’t cause it to be a bottleneck > Yeah, this makes sense :) I don't quite agree with the usage of a WAF in this context, but I do understand your perspective. > Do you know if there is any documentation on at the interfaces or should I > look at the source code? > IIRC the "official" API documentation is generated from doxygen. So that, or again have a look at the example files in the Modsecurity repo, as well as the nginx and apache connectors. |