Skip to content

Fix/vulnerabilities#79

Merged
aksmo merged 3 commits intomainfrom
fix/vulnerabilities
Feb 28, 2026
Merged

Fix/vulnerabilities#79
aksmo merged 3 commits intomainfrom
fix/vulnerabilities

Conversation

@aksmo
Copy link
Collaborator

@aksmo aksmo commented Feb 28, 2026

Proposed changes

Issues for these changes

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactor (changes to code, which do not change application behavior)

Checklist

  • I have filled out this PR template
  • I have read the CONTRIBUTING doc
  • I have added automated tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (README.md, CHANGELOG.md, etc. - if appropriate)

Dependencies and Blockers

Relevant Links

Further comments

RegionGroupsMap and CoreAccountsMap relied on Decode(string) error
to deserialize JSON strings from environment variables. Viper v1.21
switched from mitchellh/mapstructure to go-viper/mapstructure/v2,
which recognizes encoding.TextUnmarshaler instead of the Decode
interface. Add UnmarshalText([]byte) error alongside the existing
Decode methods so both mapstructure versions work correctly.
@github-actions
Copy link

Test Results

58 tests   58 ✅  0s ⏱️
15 suites   0 💤
 1 files     0 ❌

Results for commit d2632bd.

@aksmo aksmo merged commit d29197c into main Feb 28, 2026
7 checks passed
@aksmo aksmo deleted the fix/vulnerabilities branch February 28, 2026 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant