-
-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Feature: Adding custom feeds to the database #336
Comments
This requires a bit of python programming atm. Please take a look at some existing sources such as GHSA. https://github.com/AppThreat/vulnerability-db/blob/master/vdb/lib/gha.py |
Thank you very much for your reply!
How to enter it correctly into data.vdb5 and data.index.vdb5 so that depscan can find these feeds during further scanning? |
We can use VDB6 since it uses SQLite. Maybe standardize on the CVE schema 5.0/5.1 spec too. There is already cve.py which can be reused, so a matter of creating a new source and pointing it to a custom directory. @cerrussell any thoughts? |
Request Description
Hello,
I'm wondering how to add custom entries to the VDB database so that depscan will find these custom vulnerable dependencies when scanning.
I see that VDB5 uses jsondb.
Please tell me how to do this correctly?
Additional Information
No response
The text was updated successfully, but these errors were encountered: