Commit Graph

54 Commits (d19a4348dfdd0312d89857e2540e550b7f235fa9)

Author SHA1 Message Date
Quentin Machu e3a25e5368 database: ignore min versions during new vulnerability insertions
9 years ago
Quentin Machu 7c11e4eb5d updater/database: do not create notifications during the initial update
9 years ago
Quentin Machu 883be8769f database: fix Ping() method in PostgreSQL's implementation
9 years ago
Quentin Machu f8b4a52f8a database: make notification tests more robust (old/new, update/delete vulnerabilities)
9 years ago
Quentin Machu ccaaff000e database: add created_at field for layers and vulnerabilities
9 years ago
Quentin Machu 94ece7bf2b database: fix notification design and add vulnerability history
9 years ago
Jimmy Zelinskie 99f3552470 database: add Insert/DeleteVulnerabilityFix
9 years ago
Quentin Machu 03d904c620 database: improve PostgreSQL test inits and cleanups
9 years ago
Quentin Machu 5fdd9d1a07 *: add metadata support along with NVD CVSS
9 years ago
Quentin Machu 8f9779e232 database: cache feature version upon lookup
9 years ago
Quentin Machu 1e4ded6f2b database: add ability to list namespaces
9 years ago
Quentin Machu 35df7ca0eb database: fix feature version cache
9 years ago
Quentin Machu 8be18a0a01 database: write more of the notification system
9 years ago
Quentin Machu 3ecb8b69cb updater: ignore "ubuntu-core" in the Ubuntu fetcher
9 years ago
Quentin Machu d3d689a26a database: don't prune locks when we renew one
9 years ago
Quentin Machu 2690800331 database: create notification during vulnerability insertion
9 years ago
Quentin Machu baed60e19b prometheus: add initial Prometheus support
9 years ago
Quentin Machu ad0531acc7 notifier/database: refactor notification system and add initial Prometheus support
9 years ago
Quentin Machu b8b7be3f81 *: remove health checker
9 years ago
Quentin Machu 63ebddfd36 database: add vulnerability deletion support
9 years ago
Quentin Machu 21f152c03e database: fix keyvalue/notification tests
9 years ago
Quentin Machu 563b3825d8 database: let handleErrors deal with the not found case
9 years ago
Quentin Machu c60d0054fa notifier/database: draft new notification system
9 years ago
Quentin Machu 5759af5bcf database: test and fix layer updates
9 years ago
Quentin Machu 726bd3c0c6 database/api: add layer deletion support
9 years ago
Quentin Machu 248fc7df72 database: fix cache collision (feature & feature versions)
9 years ago
Quentin Machu 82175dcfe9 *: add missing copyright headers
9 years ago
Quentin Machu 6e20993bac api: simplify getLayer route and JSON output
9 years ago
Quentin Machu 92b734d0a4 database: remove an useless query in FindLayer
9 years ago
Quentin Machu bd17dfb5e1 database: ensure that concurrent vulnerability/feature versions insertions work fine
9 years ago
Quentin Machu 74fc5b3e66 database: add missing transaction commits and close opened statement before inserting feature versions.
9 years ago
Quentin Machu c5d1a8e5f7 database: update vulnerabilities only when necessary
9 years ago
Quentin Machu 77387af2ac updater: port updater and its fetchers
9 years ago
Quentin Machu 1b53142e38 database: allow removing fixed packages in vulnerabilities
9 years ago
Quentin Machu 7c70fc1c20 database: add initial vulnerability support
9 years ago
Quentin Machu 3a786ae020 database: add lock support
9 years ago
Quentin Machu 6a9cf21fd4 database: log and mask SQL errors
9 years ago
Quentin Machu 970756cd5a database: do insert/find layers (with their features and vulnerabilities)
9 years ago
Quentin Machu 2c150b015e *: refactor & do initial work towards PostgreSQL implementation
9 years ago
Quentin Machu 712aa11b8b updater: Add support for Ubuntu Vivid Core and ignore Vivid PhoneOverlay
9 years ago
Quentin Machu 32747a5f25 database: Don't ignore empty results in toValue(s)()
9 years ago
Quentin Machu eb7e5d5c74 main: Use configuration file instead of flags and simplify app extension.
9 years ago
Quentin Machu 3fe3f3a4c7 database: Update cayley and use Triple instead of Quad
9 years ago
Quentin Machu 9fc29e291c database: put missing predicates in consts and un-expose some of them
9 years ago
Quentin Machu 46fffdfc81 Merge pull request #33 from Quentin-M/insertvulns
9 years ago
Quentin Machu 8285c567c8 database: Improve InsertVulnerabilities.
9 years ago
Quentin Machu e444e93c97 api/database: Add the ability to delete layers
9 years ago
Quentin Machu 9db0e63401 api: Specify what packages cause the layer to have vulnerabilities.
9 years ago
Quentin Machu cfa960d619 database: Update Cayley to fix slow deletions
9 years ago
Quentin Machu 3a1d0602fb database: Use an estimator in Cayley's Size() w/ PostgreSQL
9 years ago