Releases: tenable/integration-jira-cloud
Releases · tenable/integration-jira-cloud
2.1.2
What's Changed
- Update task.py by @lasha9001 in #325
- Update tmpl_v2_new_config.toml by @lasha9001 in #324
- Bump pypa/gh-action-pypi-publish from 1.4.1 to 1.13.0 in /.github/workflows by @dependabot[bot] in #311
New Contributors
- @lasha9001 made their first contribution in #325
- @dependabot[bot] made their first contribution in #311
Full Changelog: 2.1.1...2.1.2
2.1.1
Full Changelog: 2.1.0...2.1.1
2.1.0
What's Changed
- Updated to use newer endpoint #309 by @SteveMcGrath in #310
Full Changelog: 2.0.10...2.1.0
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-cleanupflag to bypass removing the mapping db (for debugging) - Added
--ignore-last-runflag to ignore the last_run config attribute and instead use thevuln_agesetting (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.