Skip to content

Commit

Permalink
fix: add newer tables
Browse files Browse the repository at this point in the history
Signed-off-by: Terri Oda <terri@toybox.ca>
  • Loading branch information
terriko committed Aug 8, 2024
1 parent 0961041 commit 2e81278
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cve_bin_tool/cvedb.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ class CVEDB:
"cve_exploited": "SELECT * FROM cve_exploited WHERE 1=0",
"cve_metrics": "SELECT * FROM cve_metrics WHERE 1=0",
"metrics": "SELECT * FROM metrics WHERE 1=0",
"mismatch": "SELECT * FROM mismatch WHERE 1=0",
"purl2cpe": "SELECT * FROM purl2cpe WHERE 1=0",
}

INSERT_QUERIES = {
Expand Down

0 comments on commit 2e81278

Please sign in to comment.