Skip to content

Latest commit

 

History

History

.local

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
CREATE TABLE cve (id text primary key,cve text,cve_description text,cwe text,cwe_description text,exploit integer,refs text,cvssv2 text,cvssv3 text);
CREATE TABLE sw (id text primary key,software text,version text);