Vulnogram / seaview

View CVE Records (and review both V4 and v5 records)

Home Page:https://vulnogram.github.io/seaview/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SeaView Logo

SeaView - an online tool to View CVE Records

Go to the tool online

SeaView (named because CVE-View is a tongue twister) loads CVE JSON 5 documents from github.com/CVEProject/cvelistV5 and presents a rendering of the version 4 document next to a version 5 document upconverted using the CVE_4_to_5_converter.

CVE rendering code

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.

CNA favicons

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.

About

View CVE Records (and review both V4 and v5 records)

https://vulnogram.github.io/seaview/

License:MIT License


Languages

Language:JavaScript 47.3%Language:HTML 23.6%Language:CSS 17.3%Language:Pug 11.9%