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.sql
blob: 02c0a8a1eed4669d08bc78df409b79268029f72c (
plain
)
1
2
--
add
cve
INSERT
INTO
cves
(
item_id
,
nvd_cve_id
,
assigner
)
VALUES
(
?
,
?
,
?
);