Age | Commit message (Expand) | Author | Files | Lines |
2022-03-20 | dbstore/dbstore.go: add Update() | Paul Duncan | 1 | -107/+259 |
2022-03-19 | dbstore: lots of small fixes | Paul Duncan | 1 | -3/+10 |
2022-03-18 | dbstore/dbstore.go: CisaSearch(): json_group_array() aggregates rows in an ar... | Paul Duncan | 1 | -0/+4 |
2022-03-16 | dbstore/dbstore.go: add AddCisaCatalogs() and CisaSearch() | Paul Duncan | 1 | -0/+154 |
2022-03-15 | dbstore/dbstore.go: fix query IDs variable name | Paul Duncan | 1 | -2/+2 |
2022-02-26 | dbstore/dbstore.go: fix QueryRow documentation | Paul Duncan | 1 | -1/+1 |
2022-02-26 | dbstore/dbstore.go: move addCpeDictionaryQueryIds | Paul Duncan | 1 | -6/+7 |
2022-02-26 | dbstore: add dbstore/util.go w/ tests | Paul Duncan | 1 | -27/+2 |
2022-02-20 | dbstore: add AddCveFeeds(), fix bugs, fix TestAddCveFeed | Paul Duncan | 1 | -14/+32 |
2022-02-19 | dbstore: add CveSearch() and test (but not test data) | Paul Duncan | 1 | -1/+48 |
2022-02-19 | dbstore: store cve year and number instead of CVE ID, add and use assigners t... | Paul Duncan | 1 | -1/+14 |
2022-02-19 | dbstore/dbstore.go: fix query parameters, make v2 impact and v3 impact optional | Paul Duncan | 1 | -11/+21 |
2022-02-19 | dbstore/dbstore.go: add all queries for AddCveFeed() | Paul Duncan | 1 | -0/+9 |
2022-02-19 | dbstore/dbstore.go: s/insert-description/insert-desc, shorten comment | Paul Duncan | 1 | -2/+2 |
2022-02-19 | dbstore/dbstore.go: add impact, add TODO for item configuration, add disabled... | Paul Duncan | 1 | -1/+77 |
2022-02-19 | dbstore/dbstore.go: add AddCveFeed() (incomplete) | Paul Duncan | 1 | -0/+256 |
2022-02-18 | dbstore: rename Tx to Begin, add Tx which accepts callback and handles commit... | Paul Duncan | 1 | -86/+104 |
2022-02-18 | dbstore: refactor sqlfs and tx, add tx tests | Paul Duncan | 1 | -150/+87 |
2022-02-18 | dbstore: add enableForeignKeys() | Paul Duncan | 1 | -2/+8 |
2022-02-17 | dbstore: add DbStore#CpeMatchSearch() and backing query | Paul Duncan | 1 | -5/+60 |
2022-02-17 | dbstore/dbstore.go: add AddCpeMatches() | Paul Duncan | 1 | -0/+100 |
2022-02-17 | dbstore/dbstore.go: update cpe queries, move queryIds outside of func | Paul Duncan | 1 | -5/+11 |
2022-02-05 | dbscore: add openFull and test | Paul Duncan | 1 | -3/+14 |
2022-02-05 | dbstore/dbstore.go: add comment about weird result set error handling | Paul Duncan | 1 | -0/+4 |
2022-02-05 | dbstore: refactor, separate cpesearchrow and cpesearchtype, add cpesearchtype... | Paul Duncan | 1 | -55/+0 |
2022-02-05 | dbstore: add unmarshalcpesearchrow and tests | Paul Duncan | 1 | -20/+30 |
2022-02-05 | mv internal/dbstore dbstore | Paul Duncan | 1 | -0/+255 |