Improved

Vulnerability Management: Optional Plugin Output for Vulnerability Exports

Tenable has enhanced the Vulnerability Management Export vulnerabilities API to support optional plugin output in exported vulnerability records. You can now choose whether to include plugin output in the export, enabling you to reduce export size when plugin output is not required by your downstream integrations or workflows.

The following endpoint has been updated:

API EndpointDescription
Export vulnerabilitiesAdded a request parameter to control whether plugin output is included in exported vulnerability records.

New request parameter

The Export vulnerabilities endpoint now supports the following request parameter:

ParameterData TypeDescription
include_plugin_outputBooleanSpecifies whether to include plugin output in each exported vulnerability record. If omitted, the system uses the default value of true. Set this parameter to false to omit plugin output and reduce export size for large datasets.