From: Carsten Rosenberg Date: Wed, 27 Mar 2019 11:08:37 +0000 (+0100) Subject: [Minor] Fix oletools typo X-Git-Tag: 1.9.1~32^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=81a8474cdcd2faf62b82d2d968395f0f230eac2c;p=rspamd.git [Minor] Fix oletools typo --- 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'