Improved
Vulnerability Management and Web App Scanning: Customize Export Properties
1 day ago by Lance Duvall
Tenable has enhanced the Vulnerability Management and Web App Scanning export APIs to let you select which properties to include in exported vulnerability and finding records. By exporting only the data your integration requires, you can reduce export size, improve processing time, and simplify downstream processing.
The following endpoints have been updated:
| API Endpoint | Description |
|---|---|
| Export vulnerabilities | Added a properties request parameter to select which fields to include in exported vulnerability records. |
| Export findings | Added a properties request parameter to select which fields to include in exported Web App Scanning finding records. |
| Get vulnerability export status | The response now includes the properties array when it was specified in the original export request. |
| Get findings export status | The response now includes the properties array when it was specified in the original export request. |
New request parameter
The Export vulnerabilities and Export findings endpoints now support the following request parameter:
| Parameter | Data Type | Description |
|---|---|---|
properties | Array of strings | Specifies the properties to include in the export. When specified, the export returns only the selected properties, reducing export size and processing time. If omitted, the export returns all available properties. A small set of core identifying properties is always included regardless of your selection. |
New documentation
| Documentation Page | Description |
|---|---|
| Select Vulnerability Export Properties | Lists all supported values for the properties parameter for Vulnerability Management and Web App Scanning exports, including the properties that are always returned and example requests. |
