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

Ability to query the public CVE-search instance and return vulnerabilities #1

Closed
tdruez opened this issue Jun 6, 2017 · 1 comment
Assignees
Labels

Comments

@tdruez
Copy link
Member

tdruez commented Jun 6, 2017

Given a package identifier input, return if there is a known vulnerability for it.

Package identifiers:

  • name
  • name+version

Behind the scenes:

  1. Query the CVE-search API and try to find a match for the package
  2. Return results

Step 1. would after that be replaced by a local query, to the local db, where the aggregated and correlated vulnerability data would be populated from the scrapers, but let's not store anything for now, simply get the data on demand.

@tdruez tdruez added the feature label Jun 6, 2017
kartiksibal added a commit that referenced this issue Jun 9, 2017
kartiksibal added a commit that referenced this issue Jun 9, 2017
kartiksibal added a commit that referenced this issue Jun 9, 2017
kartiksibal added a commit that referenced this issue Jun 16, 2017
kartiksibal added a commit that referenced this issue Jun 17, 2017
kartiksibal added a commit that referenced this issue Jun 18, 2017
tdruez added a commit that referenced this issue Jun 27, 2017
#1 Query cve-search' database for package vulnerabilities
@pombredanne
Copy link
Member

Merged. Closing

sbs2001 pushed a commit that referenced this issue Apr 5, 2021
Merging updated codebase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants