added

New Time-based Filter for Vulnerability Exports Endpoints

A new field has been added to allow customers to filter export results and observe the specific time a document has been indexed into the Tenable.io datastore. The new filter is indexed_at.

added

Web Application Scanning: Get Vulnerability Details

You can now use the Tenable.io Web Application Scanning v2 API to get vulnerability details by vuln ID.

deprecated

WAS: Deprecation Notice for details.response and details.request Response Attributes

The details.response and details.request response attributes are deprecated. These response attributes will be retired from the the Web Application Scanning v2 API on 2021/11/26 and will no longer be returned in responses. Please update any existing integrations that your organization has.

added

Web Application Scanning: Limit Parameter Maximum

In the Tenable.io Web Application Scanning v2 API, the limit query parameter is used to specify the number of records to retrieve. The maximum value you can specify for the limit parameter is now 200. If you need to retrieve more than 200 records, use the offset parameter to iterate through page responses.

added

Web Application Scanning: New Scan Status

A new scan status has been added in Tenable.io Web Application Scanning. This new status is called Processing. Processing indicates that the scan has completed but the results are still being processed. For example, the scanner is processing vulnerability findings, attachments, notes, and other metadata.

added

Tag Value Character Limit

Tag values cannot exceed 50 characters in length.

added

Vulnerabilities Workbench Filter Limitation

The filter limit for the GET /workbenches/vulnerabilities endpoint has changed. You cannot specify more than 10 filters or 50 filter values per filter. A 400 Bad Request error is returned if you exceed this limit.

deprecated

Plugin Output Endpoint Deprecation and Limitation

The GET /scans/{scan_uuid}/hosts/{host_id}/plugins/{plugin_id} endpoint is deprecated. Tenable recommends that you use the Exports API endpoints instead. Please update any existing integrations that your organization has since this endpoint will be removed.

added

Vulnerability Management Remediation Scans

Vulnerability management remediation scans allow you to validate whether your vulnerability remediation actions on scan targets have succeeded. If a remediation scan cannot identify a vulnerability on targets where the vulnerability was previously identified, the system changes the status of the vulnerability to Fixed.

added

Web Application Scanning: Tracking Resource for Asynchronous Operations

A new endpoint has been added to the Web Application Scanning v2 API to help users track the status of asynchronous scan configuration operations like creating a scan configuration or updating a scan configuration.