The commit extends the DB interface to make it possible to query by product name which would cover packages that are maintained in snap and flatpak by different Linux distributions.
Fixes #399
Type of change
[x] New feature (non-breaking change which adds functionality)
How Has This Been Tested?
Tested with proposed changes to the vuls (PR #2017 and #2018). Not yet merged as dependent on this PR.
Checklist:
[x] Check that there aren't other open pull requests for the same issue/feature
[x] Format your source code by make fmt
[x] Pass the test by make test
[ ] Enable "Allow edits from maintainers" for this PR
What did you implement:
The commit extends the DB interface to make it possible to query by product name which would cover packages that are maintained in snap and flatpak by different Linux distributions.
Fixes #399
Type of change
How Has This Been Tested?
Tested with proposed changes to the vuls (PR #2017 and #2018). Not yet merged as dependent on this PR.
Checklist:
make fmt
make test
Is this ready for review?: Yes