]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Treat *.cue attachments as harmful 4642/head
authortwesterhever <40121680+twesterhever@users.noreply.github.com>
Fri, 13 Oct 2023 10:30:02 +0000 (10:30 +0000)
committertwesterhever <40121680+twesterhever@users.noreply.github.com>
Fri, 13 Oct 2023 10:30:02 +0000 (10:30 +0000)
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

index 939251630daa4577b48bc07394e3ac5c0a4585f7..bfe0d63276a80d9b01049e837470daf925f3e27f 100644 (file)
@@ -55,6 +55,7 @@ local settings = {
     bat = 2,
     chm = 4,
     com = 2,
+    cue = 2,
     exe = 1,
     hta = 2,
     iso = 4,