fix: resolve 15 critical and high severity bugs across CLI#18
Merged
thibaultleouay merged 1 commit intomainfrom Mar 23, 2026
Merged
fix: resolve 15 critical and high severity bugs across CLI#18thibaultleouay merged 1 commit intomainfrom
thibaultleouay merged 1 commit intomainfrom
Conversation
Critical fixes: - Fix region mapping collision causing silent data loss on round-trip (Koyeb/Railway regions now use disambiguated codes like koyeb_fra, railway_us-west2) - Fix global koanf instance causing state pollution between ReadConfig/ReadOpenStatus calls - Fix partial failure in ApplyChanges leaving lock map in inconsistent state - Fix spinner leak when statusToSDK fails in status-report list/add-update - Fix TCP monitor creation accepting zero/invalid port values High severity fixes: - Fix strconv.Atoi error silently ignored in httpMonitorToLocal/tcpMonitorToLocal - Fix DNS monitor info returning opaque "unknown monitor type" error - Fix ResolveToken silently discarding file read errors (e.g. permission denied) - Fix confirmation prompt blocking in non-interactive environments (added TTY check) - Fix delete commands showing confirmation with empty ID before validation - Fix --component-ids "" silently clearing components on status-report update - Fix monitor trigger printing plain text in --json mode - Fix http.DefaultClient used without timeout (added api.DefaultHTTPClient with 30s) - Fix unknown jobType aborting entire result set in run command - Fix monitor import truncating output file before API call succeeds
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Critical fixes:
High severity fixes: