diff options
Diffstat (limited to 'src/plugins/lua')
-rw-r--r-- | src/plugins/lua/antivirus.lua | 4 | ||||
-rw-r--r-- | src/plugins/lua/external_services.lua | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/src/plugins/lua/antivirus.lua b/src/plugins/lua/antivirus.lua index 0dad933b9..18d41dbb6 100644 --- a/src/plugins/lua/antivirus.lua +++ b/src/plugins/lua/antivirus.lua @@ -215,6 +215,7 @@ if opts and type(opts) == 'table' then type = 'virtual', name = sym, parent = id, + score = 0.0, group = N }) end @@ -226,6 +227,7 @@ if opts and type(opts) == 'table' then type = 'virtual', name = sym, parent = id, + score = 0.0, group = N }) end @@ -247,6 +249,7 @@ if opts and type(opts) == 'table' then type = 'virtual', name = sym, parent = id, + score = 0.0, group = N }) end @@ -258,6 +261,7 @@ if opts and type(opts) == 'table' then type = 'virtual', name = sym, parent = id, + score = 0.0, group = N }) end diff --git a/src/plugins/lua/external_services.lua b/src/plugins/lua/external_services.lua index 2dd55e360..0157d15a9 100644 --- a/src/plugins/lua/external_services.lua +++ b/src/plugins/lua/external_services.lua @@ -273,6 +273,7 @@ if opts and type(opts) == 'table' then type = 'virtual', name = sym, parent = id, + score = 0.0, group = N }) end @@ -284,6 +285,7 @@ if opts and type(opts) == 'table' then type = 'virtual', name = sym, parent = id, + score = 0.0, group = N }) end @@ -304,6 +306,7 @@ if opts and type(opts) == 'table' then type = 'virtual', name = sym, parent = id, + score = 0.0, group = N }) end @@ -315,6 +318,7 @@ if opts and type(opts) == 'table' then type = 'virtual', name = sym, parent = id, + score = 0.0, group = N }) end |