warning fixes

This commit is contained in:
Brett Hewitson 2022-12-23 18:31:21 +10:00
parent eb66b63ed4
commit 89f60420cd
6 changed files with 15 additions and 0 deletions

View file

@ -2342,6 +2342,7 @@ namespace ServerManagerTool.Lib
return appMods;
}
[System.Diagnostics.CodeAnalysis.SuppressMessage("Security", "SCS0006:Weak hashing function.", Justification = "<Pending>")]
public static string GetMutexName(string directory)
{
using (var hashAlgo = MD5.Create())