This is a new framework built to support integrations with the Vulnerability Response, Application Vulnerability Response, Container Vulnerability Response, and Configuration Compliance applications.
This integration framework provides you with simple configurations for a rich set of capabilities that support:
- Pagination.
- Parallel processing.
- Robust error handling and Retry.
- Chaining integrations.
- Delta and full imports.
- Multi-instances.
New:
Added _determineStartTime() to VRIntegrationFrameworkBase, giving integration implementations a standardized hook to compute the delta start time for incremental imports.
Fixed:
- Resolved an issue where the integration import queue would get stuck when a job was in an Error state with a non-empty "Processed by (Trigger)" value, blocking all subsequent queued entries from processing.
- Applied a security fix to enforce read-only field restrictions, addressing the Australia Security Directive for field-level access control.
Changed:
Added the integration run number to the integration run list view for easier identification.
Roles Required:
The configures vulnerability scanner integrations (sn_vul_int_fw.configure_integrations) role is required to configure the integrations.
The view results from integration runs (sn_vul_int_fw.read_integrations) role is required to view integration run information.