Summary
MetavaultsRegistry::removeBridgePathByIndex() doesn't exist, which could cause DoS.
Vulnerability Detail
All other functions to remove data have a "by index" counterpart, but MetavaultsRegistry::removeBridgePath() doesn't.
Impact
Possible DoS.
Code Snippet
Tool Used
Manual Review
Recommendation
Add the "by index" equivalent.