improved

Tenable.io Vulnerability Import Moves to v2

In the Tenable.io API, the following version 1 (v1) endpoint is now deprecated:

POST /import/vulnerabilities

Instead, use the following version 2 (v2) endpoint:

POST /api/v2/vulnerabilities

The v2 endpoint differs from v1 as follows:

Request ParameterRequired?Change in v2
vendoryesnew
productyesnew
data_typeyesnew
sourceyesvalue now a UUID
typeyes in v1not supported
checks_rannonot supported
coveragenonew
assets[].authenticatednonew
assets[].operating_systemsnonew
assets[].tenable_agent_idnotype updated to string
assets[].tenable_network_idnonew
assets[].vulnerabilities[].first_foundnonot supported
assets[].vulnerabilities[].last_fixednonot supported

For more information, see Add Vulnerability Data to Tenable.io.