Skip to content

Commit 79d2a96

Browse files
authored
Merge pull request #14028 from fenil-savani/Tenable-App-checkpoint-enhancements
[Tenable App][Data Connector] - Checkpoint field change
2 parents 93d21d9 + 3a50b4e commit 79d2a96

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Solutions/Tenable App/Data Connectors/TenableVM/TenableStartVulnExportJob/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def main(timestamp: int) -> object:
4545
)
4646
try:
4747
job_id = tio.exports.vulns(
48-
last_found=timestamp,
48+
indexed_at=timestamp,
4949
num_assets=50,
5050
severity=SEVERITIES[SEVERITIES.index(severity.lower()):],
5151
use_iterator=False,
@@ -74,7 +74,7 @@ def main(timestamp: int) -> object:
7474
)
7575
try:
7676
job_id = tio.exports.vulns(
77-
last_found=timestamp,
77+
indexed_at=timestamp,
7878
num_assets=50,
7979
severity=SEVERITIES,
8080
use_iterator=False,
Binary file not shown.

Solutions/Tenable App/ReleaseNotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** |
22
|-------------|--------------------------------|---------------------------------------------|
3-
| 3.1.2 | 20-03-2026 | Corrected Tenable_IE_CL table references in Data Connector Configuration. <br/> Update PyTenableUABuild value to 3.1.0 in template. <br/> Updating data connector UI page for multiple rsyslog configuration support in Tenable IE. <br/> Updated schema for Vulnerabilities and WAS Vulnerabilities in Tenable VM. |
3+
| 3.1.2 | 03-04-2026 | Updated checkpoint field in vuln data fetching. New field name: `indexed_at`<br/> Corrected Tenable_IE_CL table references in Data Connector Configuration. <br/> Update PyTenableUABuild value to 3.1.0 in template. <br/> Updating data connector UI page for multiple rsyslog configuration support in Tenable IE. <br/> Updated schema for Vulnerabilities and WAS Vulnerabilities in Tenable VM. |
44
| 3.1.1 | 12-09-2025 | Added button for Azure Gov Cloud in the UI page of the data connector. |
55
| 3.1.0 | 19-06-2025 | Updated the python runtime version to 3.12. Updated pyTenable sdk version to 1.7.4. Added support for WAS Asset and WAS Vuln data ingestion. Removed Queue Trigger functions and updated with Durable Functions. Added support for Log Ingestion API and updated parsers and playbooks accordingly |
66
| 3.0.1 | 05-09-2024 | Updated the python runtime version to 3.11 |

0 commit comments

Comments
 (0)