anchore / vunnel

Tool for collecting vulnerability data from various sources (used to build the grype database)
Apache License 2.0
69 stars 25 forks source link

Input sqlite db should follow lowercase identifier convention #526

Closed willmurphyscode closed 5 months ago

willmurphyscode commented 5 months ago

This fixes an issue where fetching the record to apply the override would always fail to find the record because it was written with an uppercase key but fetched with a lowercase key.