owncloud/core

View on GitHub
changelog/10.8.0_2021-07-15/38689

Summary

Maintainability
Test Coverage
Bugfix: Hide sensible information on share download

Sensible information could be exposed when downloading a share via public link.
We now throw a generic exception that overwrites the original exception message.
Also fixed an error which caused such behavior when appending a null byte
to the download URL.

https://github.com/owncloud/core/pull/38689
https://github.com/owncloud/enterprise/issues/4536