What changed, and why it matters
This commit only adds four changelog text files describing unrelated past or upcoming changes to the Trezor Python library. No actual code was modified, so it cannot introduce, fix, or hide a security vulnerability on its own.
No security action needed for this documentation-only commit. If reviewing the broader PR/issue #6273, inspect the actual code changes for the THP keyring storage, session resumption, session API refactor, and removal of memory methods separately.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit creates four changelog fragments under python/.changelog.d/ for issue #6273: an added entry about using the keyring package for THP keys/credentials, a fixed entry about resuming THP sessions, an incompatible entry about refactoring trezorlib’s session-based API, and a removed entry about deleting memory_write/read/erase methods. The diff contains only these documentation additions; no source code changes are present.
Changed components
python/.changelog.d/6273.addedpython/.changelog.d/6273.fixedpython/.changelog.d/6273.incompatiblepython/.changelog.d/6273.removedInspect captured patch +4 / −0
diff --git a/python/.changelog.d/6273.added b/python/.changelog.d/6273.added
new file mode 100644
index 00000000..3987ae5a
--- /dev/null
+++ b/python/.changelog.d/6273.added
@@ -0,0 +1 @@
+Use keyring package for storing THP keys and credentials.
diff --git a/python/.changelog.d/6273.fixed b/python/.changelog.d/6273.fixed
new file mode 100644
index 00000000..ab6a33d2
--- /dev/null
+++ b/python/.changelog.d/6273.fixed
@@ -0,0 +1 @@
+Support resuming THP sessions.
diff --git a/python/.changelog.d/6273.incompatible b/python/.changelog.d/6273.incompatible
new file mode 100644
index 00000000..2941e1ab
--- /dev/null
+++ b/python/.changelog.d/6273.incompatible
@@ -0,0 +1 @@
+Refactor trezorlib session-based API.
diff --git a/python/.changelog.d/6273.removed b/python/.changelog.d/6273.removed
new file mode 100644
index 00000000..b1cb5a87
--- /dev/null
+++ b/python/.changelog.d/6273.removed
@@ -0,0 +1 @@
+Remove vestigial memory_write/read/erase methods.
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.