We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked.
Our app has to pass mobile penetration testing and during scanning our code base, Kingfisher was flagged as being vulnerable because of using MD5.
Integrate Kingfisher into an iOS project via Cocoapods and use MobSF to scan the code base.
Should be simple to replace MD5 with SHA256 provided by CryptoKit, but minimum iOS version would need to be bumped to 13.0.
The text was updated successfully, but these errors were encountered:
Replaced MD5 with SHA256 onevcat#2116
0e28b19
No branches or pull requests
Check List
Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked.
Issue Description
What
Our app has to pass mobile penetration testing and during scanning our code base, Kingfisher was flagged as being vulnerable because of using MD5.
Reproduce
Integrate Kingfisher into an iOS project via Cocoapods and use MobSF to scan the code base.

Other Comment
Should be simple to replace MD5 with SHA256 provided by CryptoKit, but minimum iOS version would need to be bumped to 13.0.
The text was updated successfully, but these errors were encountered: