FAQ
What is the difference between the created_after/created_before, updated_after/updated_before, and modifed_after, modified_before parameters?
- Created_after/created_before allow you to filter the data by when each particular vulnerability (characterized by a unique UUID) was first identified.
- Updated_after/updated_before allow you to filter the updated_at timestamp. Our scanners set this timestamp every time a vulnerability is found. You can think of it as the last time we saw the particular vulnerability.
- Modified_after/modified_before is updated not only when a scan finds the vulnerability. You can filter on the modified_at timestamp, which is updated every time any metadata is updated on a particular vulnerability. Thus, it is updated not only when a scan finds the vulnerability but also when the status is changed or a tag is added or removed.