Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixes for CVE 5 conversion Signed-off-by: Prabhu Subramanian <[email protected]> Store to sqlite Signed-off-by: Prabhu Subramanian <[email protected]> * Remove sync option Signed-off-by: Prabhu Subramanian <[email protected]> * Set user interaction Signed-off-by: Prabhu Subramanian <[email protected]> * Convert to abspath Signed-off-by: Prabhu Subramanian <[email protected]> * Convert to CVE model Signed-off-by: Prabhu Subramanian <[email protected]> * lint fixes Signed-off-by: Prabhu Subramanian <[email protected]> * Added search by cve and stats method Signed-off-by: Prabhu Subramanian <[email protected]> * Added search by cve and stats method Signed-off-by: Prabhu Subramanian <[email protected]> * Improve insert performance Signed-off-by: Prabhu Subramanian <[email protected]> * Use apsw to force sqlite version and switch to jsonb for improved performance Signed-off-by: Prabhu Subramanian <[email protected]> * nested transaction is not supported Signed-off-by: Prabhu Subramanian <[email protected]> * Add new vdb.lib.cve_model package to pyproject.toml, remove tests from distribution. Signed-off-by: Caroline Russell <[email protected]> * Review comments Signed-off-by: Prabhu Subramanian <[email protected]> * Reduce duplicates Signed-off-by: Prabhu Subramanian <[email protected]> * lint fixes Signed-off-by: Prabhu Subramanian <[email protected]> * test with auto vacuum Signed-off-by: Prabhu Subramanian <[email protected]> * go back to json which is surprisingly more efficient than blob Signed-off-by: Prabhu Subramanian <[email protected]> * go back to blob Signed-off-by: Prabhu Subramanian <[email protected]> * Remove incorrect provider metadata Signed-off-by: Prabhu Subramanian <[email protected]> * Revert removal of provider metadata Signed-off-by: Prabhu Subramanian <[email protected]> * Adds a new purl prefix column to the index to assist with purl based searches Signed-off-by: Prabhu Subramanian <[email protected]> * Added git osv source Signed-off-by: Prabhu Subramanian <[email protected]> * Bug fix Signed-off-by: Prabhu Subramanian <[email protected]> * Create more aliases based on git url in references Signed-off-by: Prabhu Subramanian <[email protected]> * Improve ghsa parsing Signed-off-by: Prabhu Subramanian <[email protected]> * Bug fixes Signed-off-by: Prabhu Subramanian <[email protected]> --------- Signed-off-by: Prabhu Subramanian <[email protected]> Signed-off-by: Caroline Russell <[email protected]> Co-authored-by: Caroline Russell <[email protected]>
- Loading branch information