Skip to content

Commit

Permalink
[MNT-24292] fix for delete vulnerability (#2806)
Browse files Browse the repository at this point in the history
  • Loading branch information
purusothaman-mm authored Jul 24, 2024
1 parent 8d1d2b4 commit 0362556
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
parent="declarativeCapability">
<property name="name" value="DeleteRecordFolder"/>
<property name="private" value="true"/>
<property name="permission" value="CreateModifyDestroyFolders"/>
<property name="permission" value="DeleteRecords"/>
<property name="kinds">
<list>
<value>RECORD_FOLDER</value>
Expand Down

0 comments on commit 0362556

Please sign in to comment.