From fe2019ee06ed52444e255a6baf247f5005d8a93d Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Sun, 17 May 2026 11:20:00 +0500 Subject: [PATCH] engine: common: add more cases to COM_IsSafeToDownload --- engine/common/common.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engine/common/common.c b/engine/common/common.c index f00297d7..1b1de492 100644 --- a/engine/common/common.c +++ b/engine/common/common.c @@ -31,6 +31,8 @@ static const char *const file_exts[] = // ban Windows code "exe", "vbs", "com", "bat", "dll", "sys", "ps1", + "lnk", "scr", "cpl", "msi", + "url", "jar", // ban common unix code // NOTE: in unix anything can be executed as long it has access flag