Update GravatarImageSourceHandler.android.ios.macos.tizen.uwp.wpf.cs

This commit is contained in:
Gerald Versluis 2022-12-09 11:13:39 +01:00 коммит произвёл GitHub
Родитель 5bc3cc40cc
Коммит aca28298d8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -119,7 +119,7 @@ namespace Xamarin.CommunityToolkit.UI.Views
// This is used by Gravatar to encode the email address to something they can use.
// Also see: https://en.gravatar.com/site/implement/hash/
// As part as Microsofts ongoing efforts to secure the .NET ecosystem, an exception has been requested
// for the usage of this "unsafe" hashing mechanism. More details here (internal link): https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1676270/
// for the usage of this "unsafe" hashing mechanism. More details here (internal link): https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1680417
static string GetMd5Hash(string str)
{
using var md5 = MD5.Create();