Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1386387

Summary: description shown with --list options is insufficient
Product: Red Hat Enterprise Linux 7 Reporter: Marek Haicman <mhaicman>
Component: openscap-containerAssignee: Martin Preisler <mpreisle>
Status: CLOSED CURRENTRELEASE QA Contact: Matus Marhefka <mmarhefk>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.4CC: mmarhefk, wsato
Target Milestone: rcKeywords: Extras
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1439315 (view as bug list) Environment:
Last Closed: 2018-10-30 16:47:37 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:

Description Marek Haicman 2016-10-18 19:43:51 UTC
Description of problem:
When scanner lists it's capabilities, descriptions of each scanner type should be clear about what is scanned. So user can check it for example in scap-workbench and read the rules. Also any property that is not obvious, but may affect users should be mentioned.

Issues of current description.
1 - It is not stated, there is CVE OVAL baked-in the openscap container image, thus it is inherently outdated.
2 - It is not clear enough the standards_compliance use normal "Standard" profile of latest shipped Scap Security Guide.
3 - It would be nice to have some general information about the scanner [not scan_type description, but scanner description], where link to Red Hat Security Guide would reside.

Version-Release number of selected component (if applicable):
openscap-docker-7.3-4

How reproducible:
reliably

Steps to Reproduce:
1. atomic install rhel7/openscap
2. atomic scan --scanner openscap --list

Actual results:
====
Scanner: openscap 
  Image Name: rhel7/openscap
     Scan type: cve * 
     Description: Performs a CVE scan based on known CVE data

     Scan type: standards_compliance 
     Description: Performs a standard scan


* denotes defaults
====

Expected results:
====
Scanner: openscap
  Description: Scanner using openscap toolset and scap-security-guide rules. For full documentation, see <link to Security guide section>

  Image Name: rhel7/openscap
     Scan type: cve * 
     Description: Performs a CVE scan based on Red Hat released CVE OVAL. !Warning! This CVE is build into container image, and it might be out-of-date.

     Scan type: standards_compliance 
     Description: Performs scan with Standard profile, as present in Scap Security Guide shipped in Red Hat Enterprise Linux.


* denotes defaults
====

Additional info:

Comment 3 Watson Yuuma Sato 2017-03-30 15:59:45 UTC
Items 1 and 2 were fixed upstream https://github.com/projectatomic/atomic/pull/953

Comment 4 Marek Haicman 2017-04-05 16:49:01 UTC
And items 1 and 2 are tracked in Bug 1439315

Comment 5 Marek Haicman 2017-07-14 15:39:04 UTC
So this erratum is just about item 3

Comment 6 Martin Preisler 2017-07-14 15:41:29 UTC
Giving devel_ack+ for item 3, we won't track adding scanner description into atomic in this ticket, that has to be tracked separately.