Open Issues Need Help
View All on GitHub fix(registry): add lock acquisition to RemoveOtherVersions for concurrent operation safety 3 months ago
AI Summary: The `RemoveOtherVersions` function in the registry installer currently lacks a lock, creating a race condition risk when multiple operations on the same plugin occur concurrently. This fix proposes adding an exclusive lock to `RemoveOtherVersions` to ensure safe concurrent operation, similar to how other mutating methods like `Install`, `Update`, and `Remove` are protected.
Complexity:
2/5
bug good first issue