Closed NicolasCARPi closed 4 years ago
I have updated custom rules definition with two new parameters:
min_nb_args
parameter or greater than max_nb_args
parameter.You can check here how the 4 custom rules related to setcookie() are now defined.
Should be ok now? Eric
Yes, I can confirm that it works now! :+1:
With the new released version, I can now try this software :)
There is an issue with
setcookie()
because it can also take an array of options as a third parameter, and the code is only taking into account the other way to specify options.This code:
Should not trigger this warning:
Cheers :) ~Nico