improved

Bulk Agent Management Improvements

The Tenable.io API now supports criteria filtering for agent bulk operations. Users can now specify whether or not to perform bulk operation on all agents or a subset of agents determined by filtering criteria. Previously, users could only specify an array of agent IDs or UUIDs when performing agent bulk operations.

added

Hard Delete Assets

The Tenable.io Vulnerability Management API now offers users the ability to hard delete assets when deleting assets in bulk. The hard deletion of an asset completely removes the asset from your licensed asset count along with all related data.

added

Tenable.io New Filter for Vulnerability Exports

A new filter has been added to allow customers to filter vulnerability exports by plugin type. The new filter is plugin_type.

added

New Compliance Export API

The Tenable.io API now supports compliance data exports. The compliance export API can be used to export data that is an aggregation or summary of all compliance scan data. The summary is updated with the latest audit results as new compliance scans are run. The compliance export API does not return results for individual scans.

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.