-
Notifications
You must be signed in to change notification settings - Fork 75
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
Get records filter by CNA container modified #1075
Comments
david-rocca
added a commit
that referenced
this issue
Jun 20, 2023
david-rocca
added a commit
that referenced
this issue
Jun 20, 2023
david-rocca
added a commit
that referenced
this issue
Jun 20, 2023
1 task
david-rocca
added a commit
that referenced
this issue
Jun 20, 2023
david-rocca
added a commit
that referenced
this issue
Jun 20, 2023
david-rocca
added a commit
that referenced
this issue
Jun 20, 2023
david-rocca
added a commit
that referenced
this issue
Jun 20, 2023
david-rocca
added a commit
that referenced
this issue
Jun 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
When requesting records modified within a date range I want to be able to further filter the response by whether or not the CNA container was modified.
I'd like to do this with the addition of an additional parameter to current GET CVE API that a boolean value and is name something like "cna_modified"
Motivation
This feature is needed to avoid excess throw away records being returned by requests. Thus reducing data transfer volume, transaction time, and service load.
Describe alternatives you've considered
Using filters client side. Client side filtering of results is already present. With the introduction of the ADP containers the volume of records returned when requesting records modified within a window is expect to increase dramatically. Client-side filtering doesn't address the transfer volume and time.
Additional context
This request has been raised by the need to track and synchronize records. At this time and for the forseeable future only the CNA container will need to be synchronized, so it would be beneficial to filter out modified records that do not include changes to the CNA container.
The text was updated successfully, but these errors were encountered: