From 6efbbd7a4efa8d07d54ab2a2b53fdc42e3751409 Mon Sep 17 00:00:00 2001 From: Steve McGrath Date: Tue, 13 Aug 2024 14:49:02 -0500 Subject: [PATCH] Set version to 2.0.9 and updated config docs. --- tenb2jira/version.py | 2 +- tmpl_v1_conversion_config.toml | 8 ++++++++ tmpl_v2_new_config.toml | 8 ++++++++ 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/tenb2jira/version.py b/tenb2jira/version.py index 14c910b..08bb1e6 100644 --- a/tenb2jira/version.py +++ b/tenb2jira/version.py @@ -1 +1 @@ -version = '2.0.8' +version = '2.0.9' diff --git a/tmpl_v1_conversion_config.toml b/tmpl_v1_conversion_config.toml index db2cbcd..9a4f1e1 100644 --- a/tmpl_v1_conversion_config.toml +++ b/tmpl_v1_conversion_config.toml @@ -40,6 +40,14 @@ url = "https://cloud.tenable.com" # - "low" severities = ["high", "critical"] +# If you would also like to restrict the findings returned to be from a VPR +# score of X or higher, then uncomment the field below and set appropriately. +# NOTE: As VPR scores can radically change over time, this may end up +# causing some findings to be "orphaned" if they drop below the +# specified threshold. Long-term usage of this parameter is untested +# at the current juncture. +#vpr_score = + # How old should we pull back initially to collect the data? Expecting number # of calendar days. vuln_age = 30 diff --git a/tmpl_v2_new_config.toml b/tmpl_v2_new_config.toml index 86f15f8..5aba692 100644 --- a/tmpl_v2_new_config.toml +++ b/tmpl_v2_new_config.toml @@ -40,6 +40,14 @@ url = "https://cloud.tenable.com" # - "low" severities = ["high", "critical"] +# If you would also like to restrict the findings returned to be from a VPR +# score of X or higher, then uncomment the field below and set appropriately. +# NOTE: As VPR scores can radically change over time, this may end up +# causing some findings to be "orphaned" if they drop below the +# specified threshold. Long-term usage of this parameter is untested +# at the current juncture. +#vpr_score = + # How old should we pull back initially to collect the data? Expecting number # of calendar days. vuln_age = 30