mirror of
https://github.com/status-im/consul.git
synced 2025-01-26 05:29:55 +00:00
7e8228a20b
* Remove some usage of md5 from the system OSS side of https://github.com/hashicorp/consul-enterprise/pull/1253 This is a potential security issue because an attacker could conceivably manipulate inputs to cause persistence files to collide, effectively deleting the persistence file for one of the colliding elements. Signed-off-by: Mark Anderson <manderson@hashicorp.com>
4 lines
98 B
Plaintext
4 lines
98 B
Plaintext
```release-note:security
|
|
agent: Use SHA256 instead of MD5 to generate persistence file names.
|
|
```
|