I'm trying to use rules.cookie.ignorelist in the CLI but am still seeing alerts in my reports for the cookies I'm setting to ignore.
Here's the command I'm using:
zap-cli start --start-options '-config api.disablekey=true -addonupdate database.recovery=false rules.cookie.ignorelist=BrowserId'
Yes I'm using zap-cli, not sure the status of how supported it is currently but the other config items I'm setting are working ok so I assume this should work.
I've tried variations on the syntax for the cookie name on the rules.cookie.ignorelist flag but nothing seems to have an effect.
Here's an excerpt from a report:
...
* URL: https://<url>
* Method: `GET`
* Parameter: `BrowserId`
* Attack: ``
* Evidence: `Set-Cookie: BrowserId`
And the Chrome console showing the cookie:
Any help is appreciated!
Matt