aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lua/mime_types.lua
Commit message (Expand)AuthorAgeFilesLines
* [Minor] Score *.rdp attachments as badtwesterhever2024-11-041-0/+1
* [Minor] Treat *.txz attachments as archives and harmfultwesterhever2024-05-271-0/+2
* [Minor] Add bad file types commonly found in archives attached to malspamtwesterhever2024-04-281-0/+4
* [Enhancement] Exclude false positives of MIME_DOUBLE_BAD_EXTENSIONDmitriy Alekseev2024-04-111-1/+6
* [Minor] Treat *.zpaq attachments as archives and harmfultwesterhever2023-11-031-0/+2
* [Minor] Remove duplicate *.app attachment typetwesterhever2023-10-251-1/+0
* Revert "[Minor] Increase scoring of *.exe attachments"twesterhever2023-10-241-1/+1
* [Minor] Add additional bad attachment typestwesterhever2023-10-221-0/+11
* [Minor] Increase scoring of *.exe attachmentstwesterhever2023-10-221-1/+1
* [Minor] Incorporate additional bad attachments from Microsofttwesterhever2023-10-221-0/+9
* [Minor] Refer to third parties for attachment handling whenever possibletwesterhever2023-10-221-6/+6
* [Minor] Treat *.cue attachments as harmfultwesterhever2023-10-131-0/+1
* [Minor] Reformat all Lua code, no functional changesVsevolod Stakhov2023-08-071-23/+37
* [Minor] Fix missing and superflous commatwesterhever2023-06-231-2/+2
* Keep attachment filename suffix lists sortedtwesterhever2023-06-221-15/+15
* Treat HTML attachments as badtwesterhever2023-06-221-1/+8
* [Minor] Increase score for attachment types already blocked by GMail and Outlooktwesterhever2023-06-201-95/+95
* [Minor] Increase score for .chm attachmentstwesterhever2023-06-201-1/+1
* [Minor] Add additional bad extensionstwesterhever2023-06-021-0/+5
* [Minor] Add some more debug to mime_typesVsevolod Stakhov2022-04-131-0/+2
* [Minor] Update my email and the copyright yearVsevolod Stakhov2022-03-251-1/+1
* [Minor] Mime_types: Insert MIME_OBFUSCATED_ARCHIVE symbolVsevolod Stakhov2022-01-131-0/+15
* [Minor] Add content type to MIME_BAD_ATTACHMET symbolVsevolod Stakhov2021-09-091-1/+2
* [Minor] Mime_types: Allow application/octet-stream for all extensionsVsevolod Stakhov2021-08-271-2/+2
* - add bz2, egg, alz,xz and lz as additional archive extensionsYoshimo2021-08-131-0/+5
* [Feature] Allow to save and show attachment name when inserting AV scan resultsVsevolod Stakhov2021-08-061-1/+2
* [Minor] Move mime types out of the lua_mime APIVsevolod Stakhov2021-02-241-2/+2
* [Minor] Add some missing typesVsevolod Stakhov2020-12-041-0/+1
* [Minor] Mime_types: Use cached settingsVsevolod Stakhov2020-09-091-1/+1
* [Minor] Mime_types: Check extension existenceVsevolod Stakhov2020-06-111-2/+2
* [Minor] Penalize EXE files in RAR archivesmoisseev2020-05-281-2/+19
* [Minor] Mime_types: Fix bad archive extension check if there are many files i...Vsevolod Stakhov2020-05-261-5/+5
* [Minor] Mime_types: Fix FP with double dotsVsevolod Stakhov2020-05-261-2/+2
* [Minor] Get rid of numeric string:match in honor of tonumberVsevolod Stakhov2020-05-071-1/+1
* [Minor] Add limit for number of files processed in archivesVsevolod Stakhov2020-04-281-1/+1
* [Fix] Distinguish type from flags in register_symbolVsevolod Stakhov2020-04-271-2/+4
* [Minor] Fix checks logicVsevolod Stakhov2019-09-121-1/+1
* [Project] Lua_magic: Adopt lua_magic stuff in mime_typesVsevolod Stakhov2019-09-091-64/+82
* [Fix] Lua_mime: Fix reversed extensions mapVsevolod Stakhov2019-08-221-8/+0
* [Refactor] Move mime types to a lua_mime libraryVsevolod Stakhov2019-08-021-641/+9
* [Minor] Add "application/excel" CT for "*.xls"Alexander Moisseev2019-06-101-0/+1
* [Minor] Archives: Distinguish compressed headers and encrypted archivesVsevolod Stakhov2019-05-221-2/+9
* [Fix] allow PKCS7 signatures to be text/plain, tooheraklit2562019-05-041-1/+1
* [Minor] Add "iso" to bad_extensionsAlexander Moisseev2019-04-181-4/+5
* [Minor] Avoid comparing string with booleanAlexander Moisseev2019-04-171-1/+1
* [Minor] mime_types: use higher weighted MIME typeThomas Oettli2019-04-161-4/+3
* [Minor] mime_types: decode hex encoded charactersThomas Oettli2019-04-151-0/+3
* [Minor] Mime_types: Add additional ct for .exeVsevolod Stakhov2019-03-221-1/+5
* [Feature] Mime_types: When no extension defined, detect it by contentVsevolod Stakhov2019-03-221-1/+15
* [Feature] Mime_types: Implement user configurable extension filtersVsevolod Stakhov2019-03-221-11/+53