Finding Events


Finding Events

Findings can be reported many times by different sources, each one of these “found” events is a finding_event.

Querying the API for finding events

The Vulnerability Database API provides different methods to query information about the finding events.

List Finding Events

List finding events endpoint allows to query all the finding events currently present in the Vulnerability Database.

These can be filtered by score and date ranges.

For example we might want to query all finding events for high and critical vulnerabilities that were found in Q4 of 2019:

curl -H "Content-Type: application/json" \
"https://vulnerabilitydb.example.com/events?minScore=7&minDate=2019-10-01&maxDate=2019-12-31"