We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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);