New: .arj and .lzh extensions are potentially dangerous

pull/7668/head
v3DJG6GL 2 months ago committed by GitHub
parent e506eb6d03
commit a72288a14e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -23,7 +23,9 @@ namespace NzbDrone.Core.MediaFiles
private static List<string> _dangerousExtensions = new List<string>
{
".arj",
".lnk",
".lzh",
".ps1",
".scr",
".vbs",

Loading…
Cancel
Save