What changed, and why it matters
This commit simply adds a new firmware version number (2.12.3) and lists which Trezor hardware models it supports in a release metadata file. There is no code change, no bug fix, and no security-related content in the diff.
No security action needed; treat as routine release metadata maintenance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The change is a one-line addition to common/releases.json, registering firmware version 2.12.3 for models T3B1 and T3T1. It is a routine release-tracking metadata update with no executable code, cryptographic, or configuration changes.
Changed components
common/releases.jsonInspect captured patch +2 / −1
diff --git a/common/releases.json b/common/releases.json
index 27b9f329..a2a17046 100644
--- a/common/releases.json
+++ b/common/releases.json
@@ -98,6 +98,7 @@
"2.11.1": ["T2B1", "T2T1", "T3B1", "T3T1", "T3W1"],
"2.12.0": ["T2B1", "T2T1", "T3B1", "T3T1", "T3W1"],
"2.12.1": ["T2B1", "T2T1", "T3B1", "T3T1", "T3W1"],
- "2.12.2": ["T2B1", "T2T1", "T3B1", "T3T1", "T3W1"]
+ "2.12.2": ["T2B1", "T2T1", "T3B1", "T3T1", "T3W1"],
+ "2.12.3": ["T3B1", "T3T1"]
}
}
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.