diff --git a/CHANGELOG.md b/CHANGELOG.md index 21550efc2..8c3ccbd24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ Changes to prior versions can be found on the [Github release page](https://gith ### Fixed * Fixed password reset/show recovery possible for vaults without masterkey file ([#4120](https://github.com/cryptomator/cryptomator/pull/4120)) * Fixed restore vault config failed due to selecting a directory instead of file ([#4141](https://github.com/cryptomator/cryptomator/issues/4141)) +* Fixed leaking of cleartext paths into application log ([GHSA-j83j-mwhc-rcgw](https://github.com/cryptomator/cryptomator/security/advisories/GHSA-j83j-mwhc-rcgw)) ### Changed * Disable user defined app start config on Windows ([#4132](https://github.com/cryptomator/cryptomator/issues/4132)) diff --git a/pom.xml b/pom.xml index 1d0f727a3..7e03874df 100644 --- a/pom.xml +++ b/pom.xml @@ -41,6 +41,7 @@ 1.7.0-beta4 6.0.1 3.0.1 + 1.2.12 3.2.3 @@ -93,6 +94,11 @@ + + org.cryptomator + webdav-nio-adapter-servlet + ${cryptomator.webdav-servlet.version} + org.cryptomator cryptolib