You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2024. It is now read-only.
// While MD5 is deemed to be not secure anymore, it is not used in a security context here.
132
+
// Here we hash a key value to ensure compatibility with the underlying platform's preferences storage (so the key was a determinate length and didn't exceed platform limits).
133
+
// As part as Microsofts ongoing efforts to secure the .NET ecosystem, this usage of an insecure hashing mechanism was flagged.
134
+
// An exception has been requested for the usage of this "unsafe" hashing mechanism.
135
+
// More details here (internal link): https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1676270
0 commit comments