Skip to content
Snippets Groups Projects
vulnerabilities.rb 187 B
Newer Older
FactoryGirl.define do
  factory :vulnerability do
    advisory_id "MyString"
    severity "MyString"
    date_reported "2016-01-29"
    synopsis "MyText"
    cve_id "MyString"
  end

end