mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
warning fixes
This commit is contained in:
parent
eb66b63ed4
commit
89f60420cd
6 changed files with 15 additions and 0 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue