I am always getting the html report with below content
Issues with the threat level "High" are not shown.
Issues with the threat level "Medium" are not shown.
Issues with the threat level "Low" are not shown.
Issues with the threat level "Log" are not shown.
Issues with the threat level "Debug" are not shown.
Issues with the threat level "False Positive" are not shown.
I have tired with from cli by running command, omp -u admin -w admin -h 127.0.0.1 -p 9390 --xml '<get_reports report_id="99379388-c9cd-4c89-823a-22ab0810963b" format_id="6c248850-1f62-11e1-b082-406186ea4fc5" filter="overrides=1 levels=hml notes=1 min_qod=70 autofp=0"/>'
I found out the report id earlier. By running above command, the xml filter options is still
apply_overrides=0 min_qod=70 first=1 rows=1000 sort=name
and the html contains the above data always.
Please somebody help