New: .arj and .lzh extensions are potentially dangerous

This commit is contained in:
v3DJG6GL 2025-02-22 21:30:10 +01:00 committed by GitHub
parent e506eb6d03
commit a72288a14e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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