added

Stable occurrence_id added to track vulnerabilities across scans

Issues occurrences endpoint

Added a stable identifier to track vulnerability instances across different scans. This helps maintain consistent tracking of vulnerabilities even when they are re-detected:

occurrence_id - A stable identifier that persists across scans, allowing you to track the same vulnerability instance across different assessments. This is different from the id field which may change between scans if the same vulnerability is re-detected.

For example, if a vulnerability is found in scan A, then is resolves or is not detected in scan B, and is found again in scan C, the occurrence_id will remain the same across scans A and C, while the id field will be different.

For more information see occurrences.