aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-16dbstore/sql/init.sql: fix cisa field limitsPaul Duncan1-7/+18
2022-03-16bin/cisa-sizes.rb: print results as csvPaul Duncan1-3/+12
2022-03-16add dbstore/testdata/cisa-kevc-20220313.json.gzPaul Duncan1-0/+1
2022-03-16bin/cisa-sizes.rb: get field min sizePaul Duncan1-5/+7
2022-03-16bin/cisa-sizes.rb: add utility scriptPaul Duncan1-0/+20
2022-03-16add dbstore/testdata/cisa-kevc-20220313-tiny.json.gzPaul Duncan1-0/+1
2022-03-16add dbstore/cisasearchrow.goPaul Duncan1-0/+21
2022-03-16dbstore/sql/init.sql: fix misc typosPaul Duncan1-6/+6
2022-03-16add rfc3339/rfc3339.goPaul Duncan1-0/+2
2022-03-15dbstore/sql/init.sql: add cisa kev tables and ftsPaul Duncan1-0/+189
2022-03-15dbstore/dbstore.go: fix query IDs variable namePaul Duncan1-2/+2
2022-03-15move cisa/date.go to rfc3339/date.goPaul Duncan4-6/+8
2022-03-13add cisa/cisa.goPaul Duncan1-0/+3
2022-03-13add cisa/catalog_test.go and cisa/testdataPaul Duncan4-0/+172
2022-03-13README.md: update TODOPaul Duncan1-3/+2
2022-03-13cisa: add catalog.goPaul Duncan1-0/+51
2022-03-13cisa: add date json marshall/unmarshallPaul Duncan2-1/+90
2022-03-13add cisa/date.go and cisa/date_test.goPaul Duncan2-0/+449
2022-03-11add cvss/calc_test.goPaul Duncan1-0/+29
2022-03-08README.md: add cisa kevc TODOPaul Duncan1-0/+3
2022-02-27feed/v3version_test.go: add 3.0 testsPaul Duncan1-0/+2
2022-02-27add datadir and cmd/search.goPaul Duncan2-0/+124
2022-02-26dbstore/dbstore_test.go: update skip messages for several tests, add TestAddC...Paul Duncan1-4/+86
2022-02-26add dbstore/testdata/readonly.dbPaul Duncan1-0/+0
2022-02-26dbstore/dbstore_test.go: add TestTx(), TestQuery(), and TestQueryRow()Paul Duncan1-0/+254
2022-02-26dbstore: add dbstore/sql/test/query{,row}Paul Duncan6-0/+46
2022-02-26dbstore/dbstore.go: fix QueryRow documentationPaul Duncan1-1/+1
2022-02-26dbstore: add dbstore/sqlfs_test.goPaul Duncan2-44/+49
2022-02-26dbstore/dbstore.go: move addCpeDictionaryQueryIdsPaul Duncan1-6/+7
2022-02-26dbstore: add dbstore/util.go w/ testsPaul Duncan3-27/+73
2022-02-26cpe/v23binding_test.go: fix TestV23BindingUnmarshalJSON()Paul Duncan1-1/+8
2022-02-25nvdmirror: add getFileSize() test for empty filePaul Duncan2-0/+25
2022-02-24add nvdmirror/syncconfig_test.goPaul Duncan1-0/+158
2022-02-24nvdmirror/sync.go: compact source, improve documentationPaul Duncan1-16/+20
2022-02-24nvdmirror: break Sync() into logical chunks, move into syncContextPaul Duncan3-119/+156
2022-02-23add nvdmirror/synccontext.goPaul Duncan2-246/+249
2022-02-23nvdmirror: rename nvdmirror.go to sync.go and nvdmirror_test.go to sync_test.goPaul Duncan2-0/+0
2022-02-23nvdmirror: add nvdmirror/util.goPaul Duncan2-23/+29
2022-02-23nvdmirror: add nvdmirror/syncconfig.goPaul Duncan2-106/+111
2022-02-23cmd/update.go: update to reflect new apiPaul Duncan1-6/+4
2022-02-23nvdmirror: full rewrite (still not working correctly)Paul Duncan2-132/+427
2022-02-22cmd/update.go: update for new nvdmirror apiPaul Duncan1-3/+3
2022-02-22nvdmirror: use atomictempPaul Duncan2-34/+26
2022-02-22add atomictempPaul Duncan2-0/+116
2022-02-22nvdmirror: update jsoncache test dataPaul Duncan4-3/+2
2022-02-22nvdmirror: add SyncConfig, add additional testsPaul Duncan2-55/+123
2022-02-22nvdmirror/failsetcache: add Delete()Paul Duncan2-0/+12
2022-02-22nvdmirror: add failsetcachePaul Duncan2-0/+54
2022-02-22cmd: add update cmdPaul Duncan1-0/+46
2022-02-22add nvdmirror, including cache iface, jsoncache impl, Sync() func, and test dataPaul Duncan28-0/+706