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-desc.sql
blob: cf1f589de44cbf5f896180fe91d04dbfa8f90214 (
plain
)
1
2
--
insert
CVE
description
INSERT
INTO
cve_descriptions
(
cve_id
,
desc_id
)
VALUES
(
?
,
?
);