Closed
Description
The EnvironmentEndpoint
does not sanitize the uri property when a placeholder is not present and the password is directly present. An example would be if the property value for the uri contains the exact password such as spring.data.mongodb.uri: mongodb://user:password@host1:27017
. The password is not sanitized and therefore will be exposed.