doc: Add release note for disallowing some wallet path names
What changed, and why it matters
This commit only adds a release note document. It describes a previously made change that blocks certain unusual wallet names (like paths containing '..' or '.', or just '/'). There is no code change here, and the note itself is informational documentation.
No action needed for this documentation-only commit. Review the underlying PR #34544 if assessing the actual behavioral change.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff creates doc/release-notes-34544.md, a release-notes fragment. It documents that wallet names which are relative paths containing ‘.’ or ‘..’ components, or the literal name ‘/’, are no longer permitted. It advises users to use absolute paths or move wallets. No executable code is modified.
Changed components
doc/release-notes-34544.mdInspect captured patch +7 / −0
diff --git a/doc/release-notes-34544.md b/doc/release-notes-34544.md
new file mode 100644
index 00000000..bcc3e38f
--- /dev/null
+++ b/doc/release-notes-34544.md
@@ -0,0 +1,7 @@
+Wallet
+------
+
+- Wallets names that are relative paths including `..` and `.` elements, and
+ wallets named `/` are no longer allowed. Any users that depended on this
+ behavior can instead use absolute paths to their wallet or move their wallet
+ to a safer path.
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.