We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, thank you for developing SCAPinoculars, this is very useful !
I would like to suggest an additional type of report for vulnerabilities (oval), in addition to compliance (xccdf) reports.
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/security_hardening/scanning-the-system-for-configuration-compliance-and-vulnerabilities_security-hardening
This would centralize the most important oscap scanning types in a single tool. I am attaching a sample xml and html generated by the commands below:
Generating xml report: oscap oval eval --results vulnerability.xml rhel-9.oval.xml
Generating html report from a xml: oscap oval generate report vulnerability.xml > vulnerability.html
Or generating both xml and html in one command: oscap oval eval --results vulnerability.xml --report vulnerability.html rhel-9.oval.xml
Oval reports contain revelant information about CVEs and vulnerability scoring.
Thank you very much ! By best regards, Anderson Augusto
vulnerability.html.txt vulnerability.xml.txt
The text was updated successfully, but these errors were encountered:
Hi Juerg, Did you have chance of evaluating this enhancement ?
Thank you very much, Best Regards, Anderson
Sorry, something went wrong.
No branches or pull requests
Hi, thank you for developing SCAPinoculars, this is very useful !
I would like to suggest an additional type of report for vulnerabilities (oval), in addition to compliance (xccdf) reports.
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/security_hardening/scanning-the-system-for-configuration-compliance-and-vulnerabilities_security-hardening
This would centralize the most important oscap scanning types in a single tool.
I am attaching a sample xml and html generated by the commands below:
Generating xml report:
oscap oval eval --results vulnerability.xml rhel-9.oval.xml
Generating html report from a xml:
oscap oval generate report vulnerability.xml > vulnerability.html
Or generating both xml and html in one command:
oscap oval eval --results vulnerability.xml --report vulnerability.html rhel-9.oval.xml
Oval reports contain revelant information about
CVEs and vulnerability scoring.
Thank you very much !
By best regards,
Anderson Augusto
vulnerability.html.txt
vulnerability.xml.txt
The text was updated successfully, but these errors were encountered: