Remove some usage of md5 from the system (#11491)
* 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>
Showing
- .changelog/11491.txt 3 additions, 0 deletions.changelog/11491.txt
- agent/agent.go 60 additions, 12 deletionsagent/agent.go
- agent/agent_test.go 152 additions, 9 deletionsagent/agent_test.go
- agent/service_manager_test.go 4 additions, 4 deletionsagent/service_manager_test.go
- agent/structs/structs.go 17 additions, 6 deletionsagent/structs/structs.go
- agent/util.go 4 additions, 5 deletionsagent/util.go
- agent/util_test.go 5 additions, 5 deletionsagent/util_test.go
Please register or sign in to comment