What changed, and why it matters
This commit only updates a generated metadata file (signatures.json) that records the latest approved translation bundle for the Trezor device. It changes a timestamp, commit hash, and Merkle root pointer. There is no code change and no security-relevant behavior change visible in the diff.
No security action required. Treat as routine generated-file maintenance. If reviewing supply-chain integrity, verify the new translation bundle commit (a9d1525418508a33c35617e78a7103658a1e421e) and its signature through normal Trezor translation review processes.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff updates core/translations/signatures.json’s ‘current’ object: merkle_root, datetime, and commit fields are refreshed to point to a newer translation bundle commit (a9d1525418508a33c35617e78a7103658a1e421e). This is an automated/generated-file commit (‘chore: make gen’) with no functional firmware changes. The Merkle root change is consistent with re-signing or re-hashing the translation assets, not a cryptographic vulnerability.
Changed components
core/translations/signatures.jsonInspect captured patch +3 / −3
diff --git a/core/translations/signatures.json b/core/translations/signatures.json
index 2b4a394f..419f1820 100644
--- a/core/translations/signatures.json
+++ b/core/translations/signatures.json
@@ -1,8 +1,8 @@
{
"current": {
- "merkle_root": "8347cd5b1ba3eac5dde7e088e8493ce34cb806b45af265cf979ac3daf245c843",
- "datetime": "2025-10-31T11:26:05.587879+00:00",
- "commit": "661681f56358c6c8796175ce947beb4e6398da0d"
+ "merkle_root": "96c528327467288b48c7355ad28626c5f070d33facf1143b08a299714bd85ae3",
+ "datetime": "2025-11-03T23:52:13.709067+00:00",
+ "commit": "a9d1525418508a33c35617e78a7103658a1e421e"
},
"history": [
{
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.