You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.
The go-cve-dictionary third-party dependency maintains its own tables. If there is an update it will automatically migrate/update the table structure.
Currently, Vulncode-DB explicitly ensures over alembic migrations that the data models are in sync. However, this breaks if go-cve-dictionary is run before Vulncode-DB was upgraded to the newest version as some columns or database modifications might have already happened through go-cve-dictionary.
The
go-cve-dictionary
third-party dependency maintains its own tables. If there is an update it will automatically migrate/update the table structure.Currently, Vulncode-DB explicitly ensures over alembic migrations that the data models are in sync. However, this breaks if
go-cve-dictionary
is run before Vulncode-DB was upgraded to the newest version as some columns or database modifications might have already happened throughgo-cve-dictionary
.go-cve-dictionary
from all migrations after that.This way it is expected that
go-cve-dictionary
will be run at least once if there have been any updates.The text was updated successfully, but these errors were encountered: