commit 81a8474: [Minor] Fix oletools typo
Carsten Rosenberg
c.rosenberg at heinlein-support.de
Thu Mar 28 11:21:03 UTC 2019
Author: Carsten Rosenberg
Date: 2019-03-27 12:08:37 +0100
URL: https://github.com/rspamd/rspamd/commit/81a8474cdcd2faf62b82d2d968395f0f230eac2c
[Minor] Fix oletools typo
---
lualib/lua_scanners/oletools.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lualib/lua_scanners/oletools.lua b/lualib/lua_scanners/oletools.lua
index 577b79863..a17840305 100644
--- a/lualib/lua_scanners/oletools.lua
+++ b/lualib/lua_scanners/oletools.lua
@@ -173,7 +173,7 @@ local function oletools_check(task, content, digest, rule)
m_suspicious = 'S'
table.insert(analysis_keyword_table, a.keyword)
end
- elseif a.type == 'IOCs' then
+ elseif a.type == 'IOC' then
m_iocs = 'I'
elseif a.type == 'Hex strings' then
m_hex = 'H'
More information about the Commits
mailing list