keycloak-scim/model/map/src
Bruno Oliveira da Silva f9d4566723 Replace the cryptographic algorithm by SHA-2
The static code scanning analysis detected the usage of MD5 as part of [
MapDeploymentStateProviderFactory](a6dd9dc0f1/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 #11290
2022-04-18 07:10:04 -03:00
..
main Replace the cryptographic algorithm by SHA-2 2022-04-18 07:10:04 -03:00
test/java/org/keycloak/models/map Store time as seconds as a long in map store 2022-04-12 14:22:44 +02:00