Credit BIP322 validation issue reporter
What changed, and why it matters
This commit only adds a thank-you credit to an upcoming release changelog. It does not change any code, so it cannot by itself fix or introduce a security issue. The actual BIP-322 validation bugfix must have been made in a different, earlier commit.
No action needed for this commit. Review the earlier commit(s) that actually implemented the BIP-322 validation fix to assess security impact.
Security signals we found
Changelog-only change
No code, binary, or configuration modification
Acknowledges prior BIP-322 validation bug report
Evidence from the diff
The diff is a two-line addition to releases/Next-ChangeLog.md acknowledging @KirillCherikov for reporting a BIP-322 message-signing bug. No source, build, or firmware logic is modified. The security-relevant behavior change (rejecting non-ASCII/unsupported message text before approval) is documented but not implemented here.
Changed components
releases/Next-ChangeLog.mdInspect captured patch +2 / −0
### releases/Next-ChangeLog.md
@@ -8,6 +8,8 @@ This lists the new changes that have not yet been published in a normal release.
- Bugfix: Prevent access to Seed Vault entries through Seed XOR restore in Delta Mode. Thanks to
Rety for reporting this.
- Bugfix: Wipe seed in Delta Mode when saved BIP-39 passphrases are listed, instead of revealing them.
+- Bugfix: BIP-322 message signing now rejects non-ASCII and other unsupported
+ message text before approval. Thanks to @KirillCherikov for reporting.
# Mk Specific Changes
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.