-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sqlite backend #107
sqlite backend #107
Conversation
Signed-off-by: Prabhu Subramanian <[email protected]> Store to sqlite Signed-off-by: Prabhu Subramanian <[email protected]>
Signed-off-by: Prabhu Subramanian <[email protected]>
Signed-off-by: Prabhu Subramanian <[email protected]>
Signed-off-by: Prabhu Subramanian <[email protected]>
Signed-off-by: Prabhu Subramanian <[email protected]>
Signed-off-by: Prabhu Subramanian <[email protected]>
@prabhu Am I searching incorrectly? |
It's a good test but for depscan. Vdb doesn't do aliasing so best to open the index db with a sqlite browser and use that data for searching. Or search by CVE |
Signed-off-by: Prabhu Subramanian <[email protected]>
Signed-off-by: Prabhu Subramanian <[email protected]>
Signed-off-by: Prabhu Subramanian <[email protected]>
…formance Signed-off-by: Prabhu Subramanian <[email protected]>
@cerrussell @saketjajoo Please update and try with the latest commit that uses apsw instead of sqlite3. This should result in even smaller dbs with improved performance. |
Signed-off-by: Prabhu Subramanian <[email protected]>
6b6bb60
to
522e473
Compare
…m distribution. Signed-off-by: Caroline Russell <[email protected]>
522e473
to
8f5a7e6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only a few minor changes. Love being able to explore the db!
Signed-off-by: Prabhu Subramanian <[email protected]>
Signed-off-by: Prabhu Subramanian <[email protected]>
Signed-off-by: Prabhu Subramanian <[email protected]>
Signed-off-by: Prabhu Subramanian <[email protected]>
Signed-off-by: Prabhu Subramanian <[email protected]>
Signed-off-by: Prabhu Subramanian <[email protected]>
Signed-off-by: Prabhu Subramanian <[email protected]>
Signed-off-by: Prabhu Subramanian <[email protected]>
…searches Signed-off-by: Prabhu Subramanian <[email protected]>
Signed-off-by: Prabhu Subramanian <[email protected]>
Signed-off-by: Prabhu Subramanian <[email protected]>
Signed-off-by: Prabhu Subramanian <[email protected]>
Signed-off-by: Prabhu Subramanian <[email protected]>
@prabhu The counts for the data vs index no longer match. |
Yes, this is fine. The index is only to know whether there is at least 1 matching CVE. |
Signed-off-by: Prabhu Subramanian <[email protected]>
Rewritten to use sqlite backend with CVE 5.0 schema and vers.
Fixes #104
Fixes #83
Part support for #91
cc: @heubeck @saketjajoo could you kindly help test this with some purls?