vanilla-extract still used the deprecated md5 hash function #1632
raj-gh-altana
started this conversation in
General
Replies: 1 comment 2 replies
-
Could you explain how vanilla extract breaks fips compliance? Afaik a build tool using md5 just to generate consistent class names is not security use case and therefore not a violation of fips. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
vanilla-extract uses the deprecated md5 hash function. This makes it impossible to be fips compliant when using vanilla-extract. I'd like to update the has function to a more modern secure function that is fips compliant such as sha256
Beta Was this translation helpful? Give feedback.
All reactions