diff options
author | twesterhever <40121680+twesterhever@users.noreply.github.com> | 2023-10-13 10:30:02 +0000 |
---|---|---|
committer | twesterhever <40121680+twesterhever@users.noreply.github.com> | 2023-10-13 10:30:02 +0000 |
commit | 1840802dbd9a882970345c13d635a743e44f3ef9 (patch) | |
tree | 8597125d87f0e287180a54355ccca8f3298f8f05 /src | |
parent | 79edca0b0a716f47cd1ff0d4c4c8911bfd3c2be5 (diff) | |
download | rspamd-1840802dbd9a882970345c13d635a743e44f3ef9.tar.gz rspamd-1840802dbd9a882970345c13d635a743e44f3ef9.zip |
[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/
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/lua/mime_types.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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, |