corona-warn-app / cwa-testresult-server

Backend implementation of the test result information.
Apache License 2.0
91 stars 49 forks source link

Fix: Possible Race Condition when Hashing Client Certificates #113

Closed f11h closed 2 years ago

f11h commented 2 years ago

The current implementation in MTLS Security Config is a non Thread-Safe way which results in wrong hashes. This PR fixes the behaviour.