I'm using the Redhat cve reports to run OVAL scans against CentOS 7. I'm trying to understand if the results are accurate, or if I should be doing it differently. If I run an OVAL report like this:
wget https://www.redhat.com/security/data/oval/com.redhat.rhsa-RHEL7.xml.bz2
bunzip2 com.redhat.rhsa-RHEL7.xml.bz2
oscap oval eval --results rhsa-results-oval.xml --report ${HTMLPATH}/myreport.html com.redhat.rhsa-RHEL7.xml
The results are all 'false', meaning that nothing is unpatched.
What also gives me pause is that there are no "unknown" results, which I'd expect if some packages partially matched.
I've looked at the definitions and don't understand what's it's doing. I think the match patterns might or might not match Cent packages, depending on how the search is done.
Can someone tell me definitively if I'm doing this wrong?