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