From 1840802dbd9a882970345c13d635a743e44f3ef9 Mon Sep 17 00:00:00 2001 From: twesterhever <40121680+twesterhever@users.noreply.github.com> Date: Fri, 13 Oct 2023 10:30:02 +0000 Subject: [PATCH] [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/ --- src/plugins/lua/mime_types.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/lua/mime_types.lua b/src/plugins/lua/mime_types.lua index 939251630..bfe0d6327 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, -- 2.39.5