index
:
cvez
main
Unnamed repository; edit this file 'description' to name the repository.
Paul Duncan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dbstore
/
dbstore.go
Age
Commit message (
Collapse
)
Author
Files
Lines
2022-03-18
dbstore/dbstore.go: CisaSearch(): json_group_array() aggregates rows in an ↵
Paul Duncan
1
-0
/
+4
arbitrary order, so use sort.Sort() to sort the results in ascending order
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 ↵
Paul Duncan
1
-1
/
+14
table
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 ↵
Paul Duncan
1
-1
/
+77
disabled cve count check
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 ↵
Paul Duncan
1
-86
/
+104
commit/rollback
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 ↵
Paul Duncan
1
-55
/
+0
cpesearchtype_test
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