Age | Commit message (Expand) | Author | Files | Lines |
2022-03-15 | dbstore/dbstore.go: fix query IDs variable name | Paul Duncan | 1 | -2/+2 |
2022-03-15 | move cisa/date.go to rfc3339/date.go | Paul Duncan | 4 | -6/+8 |
2022-03-13 | add cisa/cisa.go | Paul Duncan | 1 | -0/+3 |
2022-03-13 | add cisa/catalog_test.go and cisa/testdata | Paul Duncan | 4 | -0/+172 |
2022-03-13 | README.md: update TODO | Paul Duncan | 1 | -3/+2 |
2022-03-13 | cisa: add catalog.go | Paul Duncan | 1 | -0/+51 |
2022-03-13 | cisa: add date json marshall/unmarshall | Paul Duncan | 2 | -1/+90 |
2022-03-13 | add cisa/date.go and cisa/date_test.go | Paul Duncan | 2 | -0/+449 |
2022-03-11 | add cvss/calc_test.go | Paul Duncan | 1 | -0/+29 |
2022-03-08 | README.md: add cisa kevc TODO | Paul Duncan | 1 | -0/+3 |
2022-02-27 | feed/v3version_test.go: add 3.0 tests | Paul Duncan | 1 | -0/+2 |
2022-02-27 | add datadir and cmd/search.go | Paul Duncan | 2 | -0/+124 |
2022-02-26 | dbstore/dbstore_test.go: update skip messages for several tests, add TestAddC... | Paul Duncan | 1 | -4/+86 |
2022-02-26 | add dbstore/testdata/readonly.db | Paul Duncan | 1 | -0/+0 |
2022-02-26 | dbstore/dbstore_test.go: add TestTx(), TestQuery(), and TestQueryRow() | Paul Duncan | 1 | -0/+254 |
2022-02-26 | dbstore: add dbstore/sql/test/query{,row} | Paul Duncan | 6 | -0/+46 |
2022-02-26 | dbstore/dbstore.go: fix QueryRow documentation | Paul Duncan | 1 | -1/+1 |
2022-02-26 | dbstore: add dbstore/sqlfs_test.go | Paul Duncan | 2 | -44/+49 |
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 | 3 | -27/+73 |
2022-02-26 | cpe/v23binding_test.go: fix TestV23BindingUnmarshalJSON() | Paul Duncan | 1 | -1/+8 |
2022-02-25 | nvdmirror: add getFileSize() test for empty file | Paul Duncan | 2 | -0/+25 |
2022-02-24 | add nvdmirror/syncconfig_test.go | Paul Duncan | 1 | -0/+158 |
2022-02-24 | nvdmirror/sync.go: compact source, improve documentation | Paul Duncan | 1 | -16/+20 |
2022-02-24 | nvdmirror: break Sync() into logical chunks, move into syncContext | Paul Duncan | 3 | -119/+156 |
2022-02-23 | add nvdmirror/synccontext.go | Paul Duncan | 2 | -246/+249 |
2022-02-23 | nvdmirror: rename nvdmirror.go to sync.go and nvdmirror_test.go to sync_test.go | Paul Duncan | 2 | -0/+0 |
2022-02-23 | nvdmirror: add nvdmirror/util.go | Paul Duncan | 2 | -23/+29 |
2022-02-23 | nvdmirror: add nvdmirror/syncconfig.go | Paul Duncan | 2 | -106/+111 |
2022-02-23 | cmd/update.go: update to reflect new api | Paul Duncan | 1 | -6/+4 |
2022-02-23 | nvdmirror: full rewrite (still not working correctly) | Paul Duncan | 2 | -132/+427 |
2022-02-22 | cmd/update.go: update for new nvdmirror api | Paul Duncan | 1 | -3/+3 |
2022-02-22 | nvdmirror: use atomictemp | Paul Duncan | 2 | -34/+26 |
2022-02-22 | add atomictemp | Paul Duncan | 2 | -0/+116 |
2022-02-22 | nvdmirror: update jsoncache test data | Paul Duncan | 4 | -3/+2 |
2022-02-22 | nvdmirror: add SyncConfig, add additional tests | Paul Duncan | 2 | -55/+123 |
2022-02-22 | nvdmirror/failsetcache: add Delete() | Paul Duncan | 2 | -0/+12 |
2022-02-22 | nvdmirror: add failsetcache | Paul Duncan | 2 | -0/+54 |
2022-02-22 | cmd: add update cmd | Paul Duncan | 1 | -0/+46 |
2022-02-22 | add nvdmirror, including cache iface, jsoncache impl, Sync() func, and test data | Paul Duncan | 28 | -0/+706 |
2022-02-22 | Makefile: add testall and testalljson, update test and testjson to use -short | Paul Duncan | 1 | -2/+10 |
2022-02-22 | dbstore: update tests to exclude excrutiating ones in short test mode | Paul Duncan | 1 | -0/+20 |
2022-02-21 | add cvss/calc.go and cmd/cvss.go (cvss calculator) | Paul Duncan | 2 | -0/+113 |
2022-02-21 | add zerolog | Paul Duncan | 2 | -0/+9 |
2022-02-21 | add cobra dep, add cmd/ | Paul Duncan | 4 | -7/+816 |
2022-02-20 | add cobra dep, add cmd/ | Paul Duncan | 2 | -0/+31 |
2022-02-20 | dbstore: shrink CVE FTS index (test index from 120M to 86M) by removing all I... | Paul Duncan | 4 | -108/+90 |
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/dbstore_test.go: replace TestAddCveFeed() with TestAddCveFeeds() | Paul Duncan | 1 | -17/+18 |