added
Vulnerability Management: New Vulnerability and Asset Export Properties
10 months ago by Ben Bristow
Tenable has added new response properties to the Download vulnerabilities chunk and Download asset chunk endpoints. These include the much requestedfinding_id property, with which you can pinpoint the finding on an asset corresponding to a specific vulnerability.
The Download vulnerabilities chunk endpoint now includes the following new response properties:
| Response Property | Data Type | Description |
|---|---|---|
finding_id | String | The unique identifier for the finding corresponding to a vulnerability. |
resurfaced_date | String | An ISO timestamp indicating the date and time the vulnerability resurfaced. If a vulnerability has resurfaced multiple times, only the most recent date appears. |
time_taken_to_fix | Integer | The length of time in seconds it took for your organization to fix a vulnerability. This property only appears for fixed vulnerabilities. |
The Download asset chunk endpoint now includes the following new response property:
| Response Property | Data Type | Description |
|---|---|---|
tenable_agent_days_since_active | Integer | If sources includes NESSUS_AGENT, the time in days since the agent last observed the asset. |
