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
Even though SHA1 is only used in meta/build.rs, it's causing dependent projects to be flagged in some build systems as unsafe to use. I'm happy to submit a PR to switch out SHA1 for SHA2, or whatever preferred algorithm, but I'm not sure completely about when and where the file hash comes in to play.
Even though SHA1 is only used in meta/build.rs, it's causing dependent projects to be flagged in some build systems as unsafe to use. I'm happy to submit a PR to switch out SHA1 for SHA2, or whatever preferred algorithm, but I'm not sure completely about when and where the file hash comes in to play.
Please see https://sha-mbles.github.io/ for more information on why SHA1 is no longer considered safe to use.
The text was updated successfully, but these errors were encountered: