What changed, and why it matters
This commit simply adds a new cryptographic signature entry to a JSON file that records approved translation bundles for the Trezor hardware wallet. There is no code change, no bug fix, and no visible security issue. It appears to be routine release housekeeping.
No action required. Treat as routine metadata update.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff appends one new object to core/translations/signatures.json’s history array. The object contains an ECDSA signature, version string (2.12.0.0), merkle_root, datetime, and commit hash. This file is used by Trezor firmware to verify approved translation blobs. The change is additive only and matches the existing schema and format.
Changed components
core/translations/signatures.jsonInspect captured patch +7 / −0
diff --git a/core/translations/signatures.json b/core/translations/signatures.json
index 9d15341e..a261e919 100644
--- a/core/translations/signatures.json
+++ b/core/translations/signatures.json
@@ -5,6 +5,13 @@
"commit": "6704563b3504e551288e6fd5d74ea9e94f88a8ee"
},
"history": [
+ {
+ "signature": "0365aed2f0ca6d1a1b59ae5d59d95971af7f14ce8506de2ef52c93ed995baffe165dac3e5f116bac53118654ba8e0f56f08dc1d8256c2727c8770bd0f9897f950c",
+ "version": "2.12.0.0",
+ "merkle_root": "3fa553cbe72f406fb7617e9a14deae7f7b2519d815b592c1c78642a563aefa2e",
+ "datetime": "2026-05-12T15:00:05.805759+00:00",
+ "commit": "4d89c11df37355bd2cb0f3b8e28cfc661b65f743"
+ },
{
"signature": "03264b4d6b9488552d50a13bd052a8e252ba4f08a6748bed693232a7b1f88f0a4fa3318beda20e6bee63ce22876fffd6a62a31b160c69671d1c6176a71d02d400f",
"version": "2.11.2.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.