index
:
cvez
main
Unnamed repository; edit this file 'description' to name the repository.
Paul Duncan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
(
?
,
?
,
?
,
?
);