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
/
cpe-match
/
insert-vulnerable.sql
blob: 062c95b8bbf4a156953e44cbe8b75a6bda25d4ce (
plain
)
1
2
3
4
INSERT
INTO
cpe_match_vulnerables
(
cpe_match_id
,
is_vulnerable
)
VALUES
(
?
,
?
)