PulumiCost Core is the CLI and plugin host for the PulumiCost ecosystem

0 stars 0 forks 0 watchers Go Apache License 2.0
1 Open Issue Need Help Last updated: Jan 18, 2026

Open Issues Need Help

View All on GitHub

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

PulumiCost Core is the CLI and plugin host for the PulumiCost ecosystem

Go