Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Gravatar Hash to SHA256 #38

Closed
dharple opened this issue Apr 4, 2024 · 1 comment
Closed

Upgrade Gravatar Hash to SHA256 #38

dharple opened this issue Apr 4, 2024 · 1 comment

Comments

@dharple
Copy link
Owner

dharple commented Apr 4, 2024

Snyk reported the use of md5() on the Gravatar hash as a vulnerability (it thinks I'm hashing a password).

Gravatar still has MD5 as the hashing method in their example docs for PHP, but in their main docs, they say to use SHA256.

So, upgrade the Gravatar class to use SHA256.

@dharple
Copy link
Owner Author

dharple commented Apr 4, 2024

Gravatar now uses SHA256 hashes instead of MD5 hashes.

@dharple dharple closed this as completed Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant