Releases: tenable/integration-jira-cloud
Releases · tenable/integration-jira-cloud
2.0.10
2.0.9
- Improved floating point handling
- Corrected an issue with Tenable Security Center and null fields
- Corrected an issue with Tenable Security Center and empty modification dates
- Added initial support for VPR Thresholding.
- Fixed minor typos in the field configurations (improved matching for solution and CVE)
- Added additional testing to ensure that field mapping is being performed correctly.
2.0.8
2.0.7
- Corrected issue with displaying page size (Tenable SC config)
- Added
--no-cleanup
flag to bypass removing the mapping db (for debugging) - Added
--ignore-last-run
flag to ignore the last_run config attribute and instead use thevuln_age
setting (for debugging/weird sync issues)
2.0.6
Added support for handling of accepted risks. The default behavior will now treat accepted risks as closed/fixed findings.
2.0.5
- Corrected exception handling issue that was masked by the thread-execution-worker.
2.0.4
- Switched the DB model from using the Jira IDs for Issues to Issue Keys instead as the Jira API seemed to not updated things correctly based on ID.
2.0.3
- Converted the Upsert methodology from "ON CONFLICT DO NOTHING" to "INSERT OR IGNORE"
- Corrected Issue where Priorities were not being properly relayed to Jira
2.0.2
Version 2.0.1
Fixed validation error with the config validator.