What changed, and why it matters
This commit only adds a thank-you credit to an upcoming release changelog. It does not change any source code, firmware behavior, or fix anything by itself. The actual bugfix it references (ignoring an unexpected 'bkpw' field in backups) was made in some earlier commit not shown here.
No action needed for this commit. Review the separate commit that actually implements the 'bkpw' handling change if you want to assess its security relevance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is a single-line addition to releases/Next-ChangeLog.md: ‘- Bugfix: Ignore bkpw if added to backup. Thanks [@dmonakhov]’. No code is modified. Therefore this commit cannot introduce, fix, or alter any security-relevant behavior. It is purely a documentation/attribution update.
Changed components
releases/Next-ChangeLog.mdInspect captured patch +1 / −0
diff --git a/releases/Next-ChangeLog.md b/releases/Next-ChangeLog.md
index 5876fa6..2622927 100644
--- a/releases/Next-ChangeLog.md
+++ b/releases/Next-ChangeLog.md
@@ -35,6 +35,7 @@ This lists the new changes that have not yet been published in a normal release.
- Bugfix: CCC/SSSP NFC whitelist import caused Yikes
- Bugfix: Stricter address ownership validation rejects unrecognized payment addresses before wallet search
- Bugfix: Handle malformed NDEF records robustly. Thanks, @Damir
+- Bugfix: Ignore `bkpw` if added to backup. Thanks [@dmonakhov](https://github.com/dmonakhov)
# 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.