Bug 1709423

Summary: SCAP 1.3 datastreams should be evaluated without downloading remote data
Product: Red Hat Enterprise Linux 7 Reporter: Jan Černý <jcerny>
Component: openscapAssignee: Jan Černý <jcerny>
Status: CLOSED ERRATA QA Contact: Matus Marhefka <mmarhefk>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.6CC: mayadav, mhaicman, mmarhefk, mthacker, openscap-maint, wsato
Target Milestone: rc   
Target Release: 7.7   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: openscap-1.2.17-3.el7 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1709429 (view as bug list) Environment:
Last Closed: 2019-08-06 13:18:50 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1709429    

Description Jan Černý 2019-05-13 14:58:39 UTC
Description of problem:

Starting from upstream version 0.1.44 SCAP Security Guide produces SCAP 1.3 conformant datastreams, which includes RHSA OVAL feed as a datastream component. 
This remote component is used in rule `security_patches_up_to_date`,

OpenSCAP fails to load SCAP 1.3 datastreams with remote components unless `--fetch-remote-resources` is provided. That means to be able to use these datastreams, a remote content must be download from the internet by `oscap`. This isn't acceptable for users who have no internet connection.

Version-Release number of selected component (if applicable):

openscap-1.2.17


How reproducible:

always


Steps to Reproduce:

1. get SCAP 1.3 datastream with a remote component, eg. from upstream SSG
2. run oscap scan
3. 

Actual results:

`oscap` fails to load the datastream if `--fetch-remote-resources` is  not provided

----8<----8<----8<----8<----8<----8<----
WARNING: Datastream component 'scap_org.open-scap_cref_security-data-oval-com.redhat.rhsa-RHEL7.xml.bz2' points out to the remote 'https://www.redhat.com/security/data/oval/com.redhat.rhsa-RHEL7.xml.bz2'. Use '--fetch-remote-resources' option to download it.
WARNING: Skipping 'https://www.redhat.com/security/data/oval/com.redhat.rhsa-RHEL7.xml.bz2' file which is referenced from datastream
OpenSCAP Error: Could not extract scap_org.open-scap_cref_ssg-rhel7-xccdf-1.2.xml with all dependencies from datastream. [/builddir/build/BUILD/openscap-1.3.0/src/DS/ds_sds_session.c:210]
----8<----8<----8<----8<----8<----8<----


Expected results:

`oscap` doesn't require to download anything from the internet to process SCAP 1.3 datastream, remote component is skipped, rule security_patches_up_to_date isn't evaluated, but all other rules are evaluated.

Additional info:

Fixed upstream in https://github.com/OpenSCAP/openscap/pull/1324

Comment 2 Watson Yuuma Sato 2019-05-13 15:27:02 UTC
The fix is about discerning return output when remote content was not downloaded.

Comment 10 errata-xmlrpc 2019-08-06 13:18:50 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2019:2341