mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-05 13:37:57 -06:00
[PR #251] [MERGED] Improve malware detection for known malware #201
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Cleanuparr/Cleanuparr/pull/251
Author: @Flaminel
Created: 8/1/2025
Status: ✅ Merged
Merged: 8/1/2025
Merged by: @Flaminel
Base:
main← Head:improve_malware_detection📝 Commits (6)
f68d73dimproved malware detection using known malware liste5d949dchanged local blocklist file reload to be fasterc732517updated docsb6f9de6made new option opt-ina67d246fixed typo for local file reloading intervale2f1f88fixed missing docs path for new option📊 Changes
19 files changed (+861 additions, -39 deletions)
View changed files
📝
code/backend/Cleanuparr.Application/Features/ContentBlocker/ContentBlocker.cs(+5 -5)📝
code/backend/Cleanuparr.Infrastructure/Features/ContentBlocker/BlocklistProvider.cs(+100 -15)📝
code/backend/Cleanuparr.Infrastructure/Features/ContentBlocker/FilenameEvaluator.cs(+10 -0)📝
code/backend/Cleanuparr.Infrastructure/Features/ContentBlocker/IFilenameEvaluator.cs(+2 -0)📝
code/backend/Cleanuparr.Infrastructure/Features/DownloadClient/Deluge/DelugeServiceCB.cs(+2 -1)📝
code/backend/Cleanuparr.Infrastructure/Features/DownloadClient/DownloadService.cs(+0 -10)📝
code/backend/Cleanuparr.Infrastructure/Features/DownloadClient/QBittorrent/QBitServiceCB.cs(+2 -1)📝
code/backend/Cleanuparr.Infrastructure/Features/DownloadClient/Transmission/TransmissionServiceCB.cs(+2 -1)📝
code/backend/Cleanuparr.Infrastructure/Features/DownloadClient/UTorrent/UTorrentServiceCB.cs(+2 -1)📝
code/backend/Cleanuparr.Infrastructure/Helpers/CacheKeys.cs(+2 -0)➕
code/backend/Cleanuparr.Persistence/Migrations/Data/20250801143446_AddKnownMalwareOption.Designer.cs(+645 -0)➕
code/backend/Cleanuparr.Persistence/Migrations/Data/20250801143446_AddKnownMalwareOption.cs(+29 -0)📝
code/backend/Cleanuparr.Persistence/Migrations/Data/DataContextModelSnapshot.cs(+4 -0)📝
code/backend/Cleanuparr.Persistence/Models/Configuration/ContentBlocker/ContentBlockerConfig.cs(+2 -0)📝
code/frontend/src/app/core/services/documentation.service.ts(+1 -0)📝
code/frontend/src/app/settings/content-blocker/content-blocker-settings.component.html(+13 -0)📝
code/frontend/src/app/settings/content-blocker/content-blocker-settings.component.ts(+6 -0)📝
code/frontend/src/app/shared/models/content-blocker-config.model.ts(+1 -0)📝
docs/docs/configuration/content-blocker/index.mdx(+33 -5)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.