Skip to content

fix: audit fixes for 1.1.11#28

Open
PRavaga wants to merge 1 commit intomainfrom
fix/1.1.11-audit-fixes
Open

fix: audit fixes for 1.1.11#28
PRavaga wants to merge 1 commit intomainfrom
fix/1.1.11-audit-fixes

Conversation

@PRavaga
Copy link
Copy Markdown
Member

@PRavaga PRavaga commented Apr 13, 2026

Summary

  • Fix "exits" → "exists" typo in alias registration error
  • Fix "transfered" → "transferred" typo in alias transfer success
  • Remove dead import { styleText } from 'util' (Node.js module in browser context)
  • Add .catch() to SET_API_CREDENTIALS to prevent caller hanging on storage failure
  • Coerce comment param to String() in REGISTER_ALIAS and UPDATE_ALIAS handlers
  • Remove console.log of RPC response data in useAlias

- Fix "exits" → "exists" typo in alias registration error
- Fix "transfered" → "transferred" typo in alias transfer success
- Remove dead `import { styleText } from 'util'` (Node.js module in browser)
- Add .catch() to SET_API_CREDENTIALS to prevent caller hanging on storage failure
- Coerce comment param to String() in REGISTER_ALIAS and UPDATE_ALIAS handlers
- Remove console.log of RPC response data in useAlias
@PRavaga PRavaga requested a review from jejolare April 13, 2026 11:28
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