aboutsummaryrefslogtreecommitdiff
path: root/dbstore/sql/feed/insert-cve-ref.sql
blob: 35afe21438936133f40ba81d85fc0adae96841fa (plain)
1
2
-- insert cve reference
INSERT INTO cve_refs(cve_id, url, name, source) VALUES (?, ?, ?, ?);