What changed, and why it matters
This commit simply adds a new approved digital signature for translation data files used by Trezor hardware wallets. It is a routine metadata update with no visible security bug or code change.
No action needed; treat as routine maintenance. If reviewing for supply-chain assurance, verify the new signature was produced by the expected translation-signing key and corresponds to a legitimate translation release.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff appends one new entry to core/translations/signatures.json, which records a signature, version, merkle_root, datetime, and commit hash for a translation blob. No firmware logic is modified. The change is a cherry-pick of another commit and is titled as a chore.
Changed components
core/translations/signatures.jsonInspect captured patch +7 / −0
diff --git a/core/translations/signatures.json b/core/translations/signatures.json
index 817ecd1e..48306ff2 100644
--- a/core/translations/signatures.json
+++ b/core/translations/signatures.json
@@ -5,6 +5,13 @@
"commit": "9e9f21a1346b5314faaae3cfb537b40ea1a9f3f3"
},
"history": [
+ {
+ "signature": "03f533c3460405541a9cf8f00601b2697f6b7477b5c5763ab05a992446704dc4ba0ff6964ea94f0e1ae1d041ccf74eb90ba787cc726c40d955b358dec4ecf03d02",
+ "version": "2.12.2.0",
+ "merkle_root": "4cdc0abc51cbf4effe401a4a027bafc22e81a910520e03e31e6a78dff9d4325a",
+ "datetime": "2026-07-09T09:58:41.965541+00:00",
+ "commit": "9bbc7113b08ac42d430f8863c8653a32a81b26e3"
+ },
{
"signature": "03dabaf5e39acbf6e62193652b4b7c087f3f4189dc18c8e97a2a971b5a527ee872f2d76bbee1938ac1d1f321b4bfaffb6f267637cba0e53a835193909abc91e60b",
"version": "2.12.1.0",
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.