summaryrefslogtreecommitdiff
blob: 31408a0c5eb64be9ea4097175f309e053d1241b7 (plain)
1
2
3
4
5
json.extract! @cve, :id, :cve_id, :summary, :cvss, :state, :published_at

json.references @cve.references, :source, :title, :uri

json.bugs @cve.assignments.map { |a| a.bug  }