Skip to content
New issue

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

Adding title and cve's to openscap_rule_result creation #17651

Merged
merged 1 commit into from
Jun 28, 2018

Conversation

ianwatsonrh
Copy link
Contributor

New pull request for #17219 (comment) with a rebase.

In conjunction with PR OpenSCAP/ruby-openscap#12

Gives the ability to store OpenSCAP Rule title and linked CVE's. This gives usefulness to the OpenSCAP reporting options in cloudforms. Currently only only a non human friendly id is present and there are no links to the actual CVE references.

This change also requires a schema change to the database:

class AddCVEToOpenScapRuleResults < ActiveRecord::Migration[5.0] def change add_column :openscap_rule_results, :title, :string add_column :openscap_rule_results, :cves, :string end end

@hsong-rh please review.

@hsong-rh
Copy link
Contributor

@ianwatsonrh 👍
@roliveri Please review, thanks.

@miq-bot
Copy link
Member

miq-bot commented Jun 28, 2018

Checked commit ianwatsonrh@6017b2c with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0
2 files checked, 0 offenses detected
Everything looks fine. ⭐

@roliveri roliveri merged commit c3f99e3 into ManageIQ:master Jun 28, 2018
@agrare agrare added this to the Sprint 89 Ending Jul 2, 2018 milestone Jul 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants