diff options
author | Carsten Rosenberg <c.rosenberg@heinlein-support.de> | 2019-03-27 12:08:37 +0100 |
---|---|---|
committer | Carsten Rosenberg <c.rosenberg@heinlein-support.de> | 2019-03-27 12:08:37 +0100 |
commit | 81a8474cdcd2faf62b82d2d968395f0f230eac2c (patch) | |
tree | a9c3b07aecee4ab1fa45fa42ca62118305d589e7 /lualib/lua_scanners/oletools.lua | |
parent | b6288e22c5a6bb4d567d5882cdb0f2c8714974ca (diff) | |
download | rspamd-81a8474cdcd2faf62b82d2d968395f0f230eac2c.tar.gz rspamd-81a8474cdcd2faf62b82d2d968395f0f230eac2c.zip |
[Minor] Fix oletools typo
Diffstat (limited to 'lualib/lua_scanners/oletools.lua')
-rw-r--r-- | lualib/lua_scanners/oletools.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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' |