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

Product watch list? #87

Open
idev opened this issue Nov 26, 2024 · 1 comment
Open

Product watch list? #87

idev opened this issue Nov 26, 2024 · 1 comment
Labels
enhancement New feature or request pub-sub

Comments

@idev
Copy link

idev commented Nov 26, 2024

Hello,

for larger companies it may makes sense to have some kind of a watch list for products in use.
Benefit would be to get a more streamlined feed of relevant vulnerabilities.

Thank you

@cedricbonhomme
Copy link
Member

Hi,

You can integrate the API in your tools. There is a dedicated endpoint which returns vulnerabilities related to vendor/product. Have a look at /api/vulnerability/search/{vendor}/{product} in the OpenAPI documentation. Every time you query this endpoint you will get the new vulnerabilities associated to the product.

It is also possible to use /api/vulnerability/browse/{vendor} if you want to be less specific.

A lot of feeds are as well available:
https://vulnerability.circl.lu/documentation/feeds.html#examples

In the future we will implement a notification system. But for this we need first to implement backend pub/sub service.

@adulau adulau added enhancement New feature or request pub-sub labels Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pub-sub
Projects
None yet
Development

No branches or pull requests

3 participants