Skip to content

Commit 6efbbd7

Browse files
committed
Set version to 2.0.9 and updated config docs.
1 parent 9e59a7d commit 6efbbd7

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

tenb2jira/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '2.0.8'
1+
version = '2.0.9'

tmpl_v1_conversion_config.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ url = "https://cloud.tenable.com"
4040
# - "low"
4141
severities = ["high", "critical"]
4242

43+
# If you would also like to restrict the findings returned to be from a VPR
44+
# score of X or higher, then uncomment the field below and set appropriately.
45+
# NOTE: As VPR scores can radically change over time, this may end up
46+
# causing some findings to be "orphaned" if they drop below the
47+
# specified threshold. Long-term usage of this parameter is untested
48+
# at the current juncture.
49+
#vpr_score =
50+
4351
# How old should we pull back initially to collect the data? Expecting number
4452
# of calendar days.
4553
vuln_age = 30

tmpl_v2_new_config.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ url = "https://cloud.tenable.com"
4040
# - "low"
4141
severities = ["high", "critical"]
4242

43+
# If you would also like to restrict the findings returned to be from a VPR
44+
# score of X or higher, then uncomment the field below and set appropriately.
45+
# NOTE: As VPR scores can radically change over time, this may end up
46+
# causing some findings to be "orphaned" if they drop below the
47+
# specified threshold. Long-term usage of this parameter is untested
48+
# at the current juncture.
49+
#vpr_score =
50+
4351
# How old should we pull back initially to collect the data? Expecting number
4452
# of calendar days.
4553
vuln_age = 30

0 commit comments

Comments
 (0)