github.com/cs3org/reva/v2@v2.27.7/changelog/2.5.0_2022-06-07/decomposedfs-check-get-path-permission.md (about)

     1  Bugfix: the decomposedfs now checks the GetPath permission
     2  
     3  After fixing the meta endpoint and introducing the fieldmask the GetPath call is made directly to the storageprovider. The decomposedfs now checks if the current user actually has the permission to get the path. Before the two previous PRs this was covered by the list storage spaces call which used a stat request and the stat permission. 
     4  
     5  https://github.com/cs3org/reva/pull/2909