Skip to content

Potential fix for code scanning alert no. 1: Incomplete string escaping or encoding#426

Merged
jamespepper81 merged 2 commits into
mainfrom
dev
Jan 8, 2026
Merged

Potential fix for code scanning alert no. 1: Incomplete string escaping or encoding#426
jamespepper81 merged 2 commits into
mainfrom
dev

Conversation

@jamespepper81
Copy link
Copy Markdown
Contributor

This pull request makes a minor update to the SimpleBIP32Node class to improve how derivation path segments are parsed. The change ensures that all apostrophes are removed from each path segment, not just the first one.

  • Improved derivation path parsing:
    • services/simple-bip32.ts: Updated the code to remove all apostrophes from each path segment when parsing, ensuring correct handling of paths with multiple apostrophes.

jamespepper81 and others added 2 commits January 8, 2026 16:53
…ng or encoding

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…r-encoding

Potential fix for code scanning alert no. 1: Incomplete string escaping or encoding
@jamespepper81 jamespepper81 merged commit 0742375 into main Jan 8, 2026
4 checks passed
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