aboutsummaryrefslogtreecommitdiff
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 (?, ?)