Skip to content
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

feat(db): add GetCveIDsByProduct #400

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Deadlyelder
Copy link

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

  • 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:

  • Check that there aren't other open pull requests for the same issue/feature
  • Format your source code by make fmt
  • Pass the test by make test
  • Enable "Allow edits from maintainers" for this PR

Is this ready for review?: Yes

@MaineK00n MaineK00n changed the title [ADD] Extend DB interface by adding GetCveIDsByProduct function feat(db): add GetCveIDsByProduct Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Query CVE database by product
2 participants