What changed, and why it matters
This commit simply adds a new digital 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: signing the translation data for firmware version 2.11.1.0.
No action required. Treat as routine metadata update. If reviewing a release, verify the signature was produced by the expected Trezor translation signing key through normal release-process checks.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff appends one object to core/translations/signatures.json’s history array. The object contains an ECDSA-style signature (64-byte r||s plus 1-byte recovery id, hex-encoded), version string 2.11.1.0, a merkle_root, a datetime, and a commit hash. This file is used by Trezor firmware to authenticate bundled translations. The change is additive only and does not alter any logic, keys, or existing signatures.
Changed components
core/translations/signatures.jsonInspect captured patch +7 / −0
diff --git a/core/translations/signatures.json b/core/translations/signatures.json
index 20877bd0..054e2849 100644
--- a/core/translations/signatures.json
+++ b/core/translations/signatures.json
@@ -5,6 +5,13 @@
"commit": "753331d38f33d4347f9d1420a9c2e75ac30d8d42"
},
"history": [
+ {
+ "signature": "03fe9a96f5de508cf01e0c622db1d87b6a79792a5cfd3cd083f3b24d188f72109f8a8d948106f4625fc73c82cb5a66199ea7b18335eed49df8ef47782b9100c104",
+ "version": "2.11.1.0",
+ "merkle_root": "cce9cef94d67e56d732dfc2554baea86283fc50fbcf11272b7e33be1353425be",
+ "datetime": "2026-03-31T15:20:37.315437+00:00",
+ "commit": "ef73d69c06a0496a06ca849ed4f84d9beafe5c2c"
+ },
{
"signature": "03dd6832fe00b101d62ee5393a0e323040891338c4b1769541c8bb89f0421945382b750ae84588dc237ee0709c0333b53f87e970c6d8e01a9f1af3819827ffdc02",
"version": "2.11.0.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.