Age | Commit message (Expand) | Author | Files | Lines |
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 |
2022-02-20 | dbstore: add AddCveFeeds(), fix bugs, fix TestAddCveFeed | Paul Duncan | 4 | -25/+75 |
2022-02-20 | feed/score.go: add NewScore() (disabled) | Paul Duncan | 1 | -0/+11 |
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 | 2 | -1/+76 |
2022-02-19 | dbstore: add CveSearch() and test (but not test data) | Paul Duncan | 2 | -0/+47 |
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 | 3 | -8/+44 |
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/sql/init.sql: s/severeties/severities/, tighten cpe23, lang, and cve ... | Paul Duncan | 1 | -13/+11 |
2022-02-19 | feed/v3version_string.go: regenerate | Paul Duncan | 1 | -3/+4 |
2022-02-19 | feed/vector.go: add String() | Paul Duncan | 1 | -1/+6 |
2022-02-19 | feed/cveid_test.go: update tests | Paul Duncan | 1 | -13/+13 |
2022-02-19 | feed/cveid.go: shift start year to 1999 and end year to 2126 to handle CVEs f... | Paul Duncan | 1 | -3/+3 |
2022-02-19 | feed/v3version.go: add 3.0 support | Paul Duncan | 1 | -1/+4 |
2022-02-19 | feed/feed.go: make basemetrics optional | Paul Duncan | 1 | -2/+2 |
2022-02-19 | dbstore/sql/feed: fix misc query typos | Paul Duncan | 2 | -4/+3 |
2022-02-19 | dbstore/dbstore_test.go: add TestAddCveFeed() | Paul Duncan | 1 | -0/+59 |
2022-02-19 | dbstore/testdata: add nvdcve-1.1-*.json.gz symlinks | Paul Duncan | 3 | -0/+3 |
2022-02-19 | add dbstore/sql/feed | Paul Duncan | 11 | -0/+52 |
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/sql/init.sql: clean up indentation, add item v2 and v3 impacts | Paul Duncan | 1 | -99/+234 |
2022-02-19 | feed/score.go: document Score() | Paul Duncan | 1 | -0/+1 |
2022-02-19 | dbstore/dbstore.go: add AddCveFeed() (incomplete) | Paul Duncan | 1 | -0/+256 |
2022-02-19 | dbstore/sql/init.sql: add initial cve tables | Paul Duncan | 1 | -3/+182 |
2022-02-19 | feed/time.go: add MarshalText() | Paul Duncan | 1 | -0/+4 |
2022-02-18 | dbstore: rename Tx to Begin, add Tx which accepts callback and handles commit... | Paul Duncan | 2 | -91/+109 |
2022-02-18 | dbstore: refactor sqlfs and tx, add tx tests | Paul Duncan | 6 | -150/+793 |
2022-02-18 | dbstore: add enableForeignKeys() | Paul Duncan | 1 | -2/+8 |
2022-02-17 | dbstore: add DbStore#CpeMatchSearch() and backing query | Paul Duncan | 2 | -5/+71 |
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-17 | dbstore/cpesearch*: refactor search queries | Paul Duncan | 3 | -7/+7 |
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-17 | cvss: add TestV30VectorScores() | Paul Duncan | 1 | -0/+278 |
2022-02-17 | cvss/vector.go: add Score() to Vector iface | Paul Duncan | 1 | -0/+3 |
2022-02-17 | cvss/v30vector.go: add v30Vector#Score() | Paul Duncan | 1 | -0/+162 |
2022-02-17 | cvss: move v31 utility functions to work with all 3.x vectors | Paul Duncan | 2 | -202/+207 |
2022-02-16 | cvss: 100% v31vector test coverage | Paul Duncan | 5 | -256/+408 |
2022-02-07 | cvss/v31vector.go: fix temporal score, add temporal score tests | Paul Duncan | 2 | -6/+127 |
2022-02-07 | cvss: add v31Vector.Scores() and initial tests | Paul Duncan | 2 | -2/+347 |
2022-02-07 | cvss: s/MMRNotDefined/MPRNotDefined/ | Paul Duncan | 3 | -7/+7 |
2022-02-07 | cvss: mv newScoresFromV2Vector() to v2Vector.Scores(), update tests | Paul Duncan | 4 | -443/+435 |
2022-02-07 | cvss: mv v2scores scores | Paul Duncan | 2 | -0/+0 |
2022-02-07 | s/v2Scores/Scores/ | Paul Duncan | 3 | -22/+22 |