Bug 1474172
Summary: | SCAP content title validations are not performed | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Deepannagaraj Nagarathinam <dnagarat> | ||||
Component: | SCAP Plugin | Assignee: | satellite6-bugs <satellite6-bugs> | ||||
Status: | CLOSED ERRATA | QA Contact: | Sanket Jagtap <sjagtap> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 6.2.10 | CC: | jcallaha, mhulan, oprazak, sjagtap | ||||
Target Milestone: | 6.4.0 | Keywords: | Triaged | ||||
Target Release: | Unused | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2018-10-16 19:31:33 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: | |||||||
Attachments: |
|
Created redmine issue http://projects.theforeman.org/issues/20444 from this bug Moving this bug to POST for triage into Satellite 6 since the upstream issue http://projects.theforeman.org/issues/20444 has been resolved. Build: Satellite 6.4.0 snap 8 We can no longer create scap-content with same title hammer> scap-content list ---|-------------------------------- ID | TITLE ---|-------------------------------- 5 | apple 1 | Red Hat firefox default content 2 | Red Hat jre default content 3 | Red Hat rhel6 default content 4 | Red Hat rhel7 default content ---|-------------------------------- hammer> scap-content create --title apple --scap-file ssg-firefox-ds.xml Failed to create SCAP content: Title has already been taken hammer> 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/RHSA-2018:2927 |
Created attachment 1303428 [details] Duplicate Content Titles image from WebUI. Description of problem: - Satellite server is allowing to upload the SCAP content files with Duplicate Titles. Version-Release number of selected component (if applicable): - Red Hat Satellite v6.2 How reproducible: - Always Steps to Reproduce: 1. Configure Satellite server with OpenSCAP. 2. Upload an SCAP content file with a title (for e.g, rhel_test). 3. Upload the content file (same content file/other content files) with the same Content Title (rhel_test). Actual results: - The SCAP content file is uploaded with the same/duplicated title. Expected results: - Content should not upload with the same title. Satellite should show an error message that "Content Title already Exists". Additional info: - The problem can be reproduced on WebUI and also with API.