Age | Commit message (Expand) | Author | Files | Lines |
2022-03-18 | dbstore/sql/cisa/search.sql: add description column | Paul Duncan | 1 | -0/+1 |
2022-03-18 | dbstore/sql/cisa/search.sql: fix vendor and product names | Paul Duncan | 1 | -2/+6 |
2022-03-16 | add dbstore/sql/cisa | Paul Duncan | 6 | -0/+59 |
2022-03-16 | dbstore/sql/init.sql: fix cisa field limits | Paul Duncan | 1 | -7/+18 |
2022-03-16 | dbstore/sql/init.sql: fix misc typos | Paul Duncan | 1 | -6/+6 |
2022-03-15 | dbstore/sql/init.sql: add cisa kev tables and fts | Paul Duncan | 1 | -0/+189 |
2022-02-26 | dbstore: add dbstore/sql/test/query{,row} | Paul Duncan | 6 | -0/+46 |
2022-02-20 | dbstore: shrink CVE FTS index (test index from 120M to 86M) by removing all I... | Paul Duncan | 2 | -102/+84 |
2022-02-20 | dbstore/sql/init.sql: remove per-table cve fts triggers, add size notes and T... | Paul Duncan | 1 | -486/+12 |
2022-02-20 | dbstore/sql/init.sql: fix printf() in cve_nvd_ids | Paul Duncan | 1 | -1/+1 |
2022-02-20 | dbstore: add AddCveFeeds(), fix bugs, fix TestAddCveFeed | Paul Duncan | 2 | -3/+5 |
2022-02-20 | dbstore/sql/init.sql: add cve_nvd_ids, remove existing cve_all triggers, add ... | Paul Duncan | 1 | -417/+512 |
2022-02-19 | dbstore: add CveSearch() and test (but not test data) | Paul Duncan | 1 | -0/+32 |
2022-02-19 | dbstore/sql/init.sql: add cve_fts_all (note: 10x test db size increase, from ... | Paul Duncan | 1 | -0/+556 |
2022-02-19 | add dbstore/sql/feed/insert-assigner.sql | Paul Duncan | 1 | -0/+13 |
2022-02-19 | dbstore: store cve year and number instead of CVE ID, add and use assigners t... | Paul Duncan | 2 | -7/+30 |
2022-02-19 | dbstore/sql/init.sql: s/severeties/severities/, tighten cpe23, lang, and cve ... | Paul Duncan | 1 | -13/+11 |
2022-02-19 | dbstore/sql/feed: fix misc query typos | Paul Duncan | 2 | -4/+3 |
2022-02-19 | add dbstore/sql/feed | Paul Duncan | 11 | -0/+52 |
2022-02-19 | dbstore/sql/init.sql: clean up indentation, add item v2 and v3 impacts | Paul Duncan | 1 | -99/+234 |
2022-02-19 | dbstore/sql/init.sql: add initial cve tables | Paul Duncan | 1 | -3/+182 |
2022-02-18 | dbstore: refactor sqlfs and tx, add tx tests | Paul Duncan | 1 | -0/+3 |
2022-02-17 | dbstore: add DbStore#CpeMatchSearch() and backing query | Paul Duncan | 1 | -0/+11 |
2022-02-17 | dbstore/sql: add cpe and cpe-match subdirs | Paul Duncan | 11 | -0/+20 |
2022-02-17 | dbstore/sql/init.sql: add cpe_match* tables | Paul Duncan | 1 | -4/+99 |
2022-02-05 | dbstore/sql/init.sql: constrain text cols | Paul Duncan | 1 | -4/+12 |
2022-02-05 | mv internal/dbstore dbstore | Paul Duncan | 10 | -0/+405 |