data_importer/app/views/cpes/show.html.erb

9 lines
266 B
Text
Raw Normal View History

2022-04-04 13:18:03 -05:00
<h1> <%= @cpe.id %> </h1>
<p> Status: <%= @cpe.status %> </p>
<p> Modifcation Date: <%= @cpe.modification_date %> </p>
<p> NVD ID: <%= @cpe.nvd_id %> </p>
<p> References: <%= @cpe.references %> </p>
<p> Title: <%= @cpe.title %> </p>
<p> Name: <%= @cpe.name %> </p>