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-problem.sql
blob: be324aa2222c5343d2c1849f00bd214a57aa6dd2 (
plain
)
1
2
--
add
cve
problem
type
INSERT
INTO
cve_problems
(
cve_id
)
VALUES
(
?
);