Skip to content

Commit 6b57638

Browse files
committedJan 21, 2023
Better value definitions for "vt_suspicion_level" (phpMussel/phpMussel#233).
1 parent 3730319 commit 6b57638

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
 

‎Changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,7 @@ __*Why "v3.0.0" instead of "v1.0.0?"*__ Prior to phpMussel v3, the "phpMussel Co
101101
[2022.11.30; Maikuolan]: Adjusted minimum value for some port directives from 1 to 0.
102102

103103
[2022.12.26; Bug-fix; Maikuolan]: PDF files were sometimes being flagged as images; Fixed.
104+
105+
### v3.3.5
106+
107+
[2023.01.21; Maikuolan]: Better value definitions for `vt_suspicion_level`.

‎assets/config.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: Configuration defaults file (last modified: 2022.11.30).
10+
# This file: Configuration defaults file (last modified: 2023.01.19).
1111
##/
1212

1313
core:
@@ -353,6 +353,11 @@ virustotal:
353353
vt_suspicion_level:
354354
type: "int"
355355
default: 1
356+
choices:
357+
0: "field_vt_suspicion_level_heuristic_only"
358+
1: "field_vt_suspicion_level_executable"
359+
2: "field_vt_suspicion_level_all"
360+
style: "radio"
356361
vt_weighting:
357362
type: "int"
358363
default: 0

0 commit comments

Comments
 (0)
Please sign in to comment.