github.com/cs3org/reva/v2@v2.27.7/changelog/2.12.0_2022-11-25/dont-leak-spaces.md (about) 1 Bugfix: Don't leak space information on update drive 2 3 There were some problems with the `UpdateDrive` func in decomposedfs when it is called without permission 4 - When calling with empty request it would leak the complete drive info 5 - When calling with non-empty request it would leak the drive name 6 7 https://github.com/cs3org/reva/pull/3449 8 https://github.com/cs3org/reva/pull/3453