Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace the cryptographic algorithm by SHA-2
The static code scanning analysis detected the usage of MD5 as part of [ MapDeploymentStateProviderFactory](https://github.com/keycloak/keycloak/blob/a6dd9dc0f1605ce0ac2b424df10e15a6eff6ff70/model/map/src/main/java/org/keycloak/models/map/deploymentState/MapDeploymentStateProviderFactory.java#L58-L58). Even though we could not find any ways of exploiting the code, we should avoid its usage considering that MD5 is not collision-resistant. Resolves keycloak#11290
- Loading branch information