mirror of
https://github.com/volodymyrsmirnov/MalwareMultiScan.git
synced 2025-08-25 14:01:13 +00:00
refactoring and adding clamav scanning backend
This commit is contained in:
@@ -6,13 +6,13 @@ namespace MalwareMultiScan.Shared.Data.Responses
|
||||
public class ResultResponse
|
||||
{
|
||||
public string Backend { get; set; }
|
||||
|
||||
|
||||
public bool Success { get; set; }
|
||||
|
||||
public DateTime? DatabaseLastUpdate { get; set; }
|
||||
|
||||
public bool Detected => Threats?.Any() == true;
|
||||
|
||||
|
||||
public string[] Threats { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user