scap-workbench icon indicating copy to clipboard operation
scap-workbench copied to clipboard

Generation of result-based remediation roles does not work for tailored profiles.

Open matejak opened this issue 8 years ago • 1 comments

Scap-workbench won't support generation of result-based remediation roles from tailored profiles even after #144 is merged. This is caused by a deficiency in openscap (https://github.com/OpenSCAP/openscap/issues/902) that however may be fixed on the workbench side. The fix is not trivial - requires access to the scanning session, which is the property of MainWindow. The remediation generation is triggered from the ResultsViewer window. Fixing this would require decoupling UI from the scanning according to the MVC pattern, which is out of scope for the mentioned PR #144 .

matejak avatar Nov 07 '17 16:11 matejak

@matejak Since https://github.com/OpenSCAP/openscap/issues/902 and https://github.com/OpenSCAP/openscap/pull/1253 were merged in 1.2.18 (and presumably, also in maint-1.3?) -- are we fine to close this?

cipherboy avatar Apr 26 '21 17:04 cipherboy