Hi guys. I got some issue with
setScannerAlertThreshold method.I use owasp/zap2docker-weekly docker image.
I got following alerts in my report:
Low(Medium) - Cookie Without Secure Flag
and
Informational(Low) - Timestamp Disclosure - Unix
I tryied setScannerAlertThreshold("10011", LOW)(even with HIGH Thresholds) and this alert was not removed from my report
Regarding "Timestamp Disclosure - Unix" it disappers only in 1 case when i set threshold to HIGH setScannerAlertThreshold("10096", HIGH)
Threshold like OFF works for both of them btw
Please advice