SeaView - an online tool to Extract and View CVE Records
SeaView (named because CVE-View is a tongue twister) identifies CVE ids in a given text and shows them, else searches for given keywords CVE records, loads the records from github.com/CVEProject/cvelistV5 and presents a more complete rendering of most of the information in the record, like the fix and workaround information that may not be shown on cve.org
It uses Pug-js templating engine to render a JSON document to HTML.
cve.pug --> build.js --> cve.js
The function cve() to get an HTML rendering that is then displayed client side.
buildCnas.js file loads a JSON listing of CNAs, trys to fetch the favicon using Google's favicon service from the CNA's webistes to. Then stores them in an object indexed by CNA's shortName and generates a thumbnail index.
