Sylvain Muller
Sylvain Muller
Hi, I'm not sure if I understood exactly what you try to achieve, but the following exemple may put you on the right path. ````go var script = ` console.log...
Just had a look at [the example you made](https://github.com/dop251/goja/commit/15a10c29eb19602f11f05e7dd36dfcfa6bdc993e#diff-6625fab536414416a329a34c8332aa3a524cdcdee52698ec4f1cb5872eb94b3fR9), what preventing you to set a `log` function that `append` to a `slice` the value passed in parameter ? ````go var...
This is a copy/paste of the rule from [Coraza Documentation](https://coraza.io/docs/seclang/actions/#accuracy), not my CRS setup. By the way, looking at [this section of the Coraza source code](https://github.com/corazawaf/coraza/blob/v3.2.1/internal/actions/actions.go#L35), it seems some actions...
Hey @M4tteoP, thank you for your response. I'm glad that the issue is on point: > Did you spot any other action you were expecting to find that seems not...