Explorar el Código

[Minor] Lua_scanners: Set least action if matched

Issue: #3184
tags/2.3
Vsevolod Stakhov hace 4 años
padre
commit
a345b74e1b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      lualib/lua_scanners/common.lua

+ 1
- 1
lualib/lua_scanners/common.lua Ver fichero

@@ -116,7 +116,7 @@ local function yield_result(task, rule, vname, dyn_weight, is_fail)
lua_util.template(rule.message or 'Rejected', {
SCANNER = rule.name,
VIRUS = threat_table,
}), rule.name)
}), rule.name, nil, nil, 'least')
end
end


Cargando…
Cancelar
Guardar