You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.
Create an endpoint to pull all CVEs and related Products from P&E's DB. The endpoint should be able to accept a date to pull from. This will allow users to pull only recently created or modified CVEs
Motivation and context
This will allow us to update Crossfeed's CVE tables on a regular cadence, once they are created
Implementation notes
This will be a paginated and tasked endpoint. The user will be able to specify how many CVEs per page and which page to pull from. The user will have to create an initial task creation endpoint and then check a task status endpoint periodically until the query finishes and the results can be returned for that page. and then they can continue to the next page of the response and repeat the same process.
Acceptance criteria
How do we know when this work is done?
Criterion
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
💡 Summary
Create an endpoint to pull all CVEs and related Products from P&E's DB. The endpoint should be able to accept a date to pull from. This will allow users to pull only recently created or modified CVEs
Motivation and context
This will allow us to update Crossfeed's CVE tables on a regular cadence, once they are created
Implementation notes
This will be a paginated and tasked endpoint. The user will be able to specify how many CVEs per page and which page to pull from. The user will have to create an initial task creation endpoint and then check a task status endpoint periodically until the query finishes and the results can be returned for that page. and then they can continue to the next page of the response and repeat the same process.
Acceptance criteria
How do we know when this work is done?
The text was updated successfully, but these errors were encountered: