OpenSCAP / scap-workbench

SCAP Scanner And Tailoring Graphical User Interface
https://www.open-scap.org/tools/scap-workbench
GNU General Public License v3.0
223 stars 65 forks source link

Refactored handling of scanner messages #271

Closed matejak closed 3 years ago

matejak commented 3 years ago

This PR refactors oscap message handling - it preserves the current functionality, while it improves handling of some errors and warnings that the scanner can produce.

matusmarhefka commented 3 years ago

Nice change, I also tested on RHEL8 and the Diagnostics window now looks much more user friendly:

old: Screenshot from 2021-01-22 16-16-38

and with the changes in this PR: Screenshot from 2021-01-28 11-47-34

Thanks @matejak