From: twesterhever <40121680+twesterhever@users.noreply.github.com> Date: Fri, 13 Oct 2023 10:30:02 +0000 (+0000) Subject: [Minor] Treat *.cue attachments as harmful X-Git-Tag: 3.7.2~14^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4642%2Fhead;p=thirdparty%2Frspamd.git [Minor] Treat *.cue attachments as harmful Rationale: https://arstechnica.com/information-technology/2023/10/one-click-remote-code-exploit-in-cd-cue-files-affects-most-gnome-based-linux-distros/ --- diff --git a/src/plugins/lua/mime_types.lua b/src/plugins/lua/mime_types.lua index 939251630d..bfe0d63276 100644 --- a/src/plugins/lua/mime_types.lua +++ b/src/plugins/lua/mime_types.lua @@ -55,6 +55,7 @@ local settings = { bat = 2, chm = 4, com = 2, + cue = 2, exe = 1, hta = 2, iso = 4,