Skip to content

Commit 423076f

Browse files
committed
update mod blacklist
1 parent 11c6d61 commit 423076f

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docs/release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* Improved performance.
77
* Improved error message when a mod is blocked by Windows Smart App Control.
88
* Improved translations. Thanks to To2morrow (updated Korean)!
9+
* Updated internal mod blacklist.
910

1011
* For mod authors:
1112
* Added OS metrics to the [metrics API](technical/web.md#modsmetrics).

src/SMAPI.Web/wwwroot/SMAPI.blacklist.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@
1313
{
1414
"Id": "BrEvoiultion.GiveSpeedInMorning", // 'Give Speed In Morning' (Nexus:35650, 97860c755192a27cdb6c16ec32327774, malicious reupload of legit mod)
1515
"Message": "It downloads malicious code from a remote server and runs it on your computer. SMAPI refused to load the mod, but you should delete this mod and run a complete anti-malware scan of your computer now to be safe."
16+
},
17+
18+
// 2026-01
19+
{
20+
"Id": "DweDweD1.GhostCompanion", // 'Ghost Companion' (Nexus:44342, c95364ba4634fef7826df261712e885d)
21+
"Message": "It downloads malicious code from a remote server and runs it on your computer. SMAPI refused to load the mod, but you should delete this mod and run a complete anti-malware scan of your computer now to be safe."
22+
},
23+
{
24+
"Id": "DweDweD1.MusicPlayer", // 'Music Player' (Nexus:44488, 159093613f4f62001db88c3078ee5c99)
25+
"Message": "It downloads malicious code from a remote server and runs it on your computer. SMAPI refused to load the mod, but you should delete this mod and run a complete anti-malware scan of your computer now to be safe."
1626
}
1727
],
1828

0 commit comments

Comments
 (0)