File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed
Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1- version = '2.0.8 '
1+ version = '2.0.9 '
Original file line number Diff line number Diff line change @@ -40,6 +40,14 @@ url = "https://cloud.tenable.com"
4040# - "low"
4141severities = [" 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.
4553vuln_age = 30
Original file line number Diff line number Diff line change @@ -40,6 +40,14 @@ url = "https://cloud.tenable.com"
4040# - "low"
4141severities = [" 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.
4553vuln_age = 30
You can’t perform that action at this time.
0 commit comments