What changed, and why it matters
This commit simply adds two new firmware version entries to a release metadata file. It does not change any code, cryptographic checks, or device behavior. There is no security issue visible in the change itself.
No security action required. Review the corresponding firmware release notes for 1.14.0 and 2.9.7 separately if assessing the security of those firmware versions.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff updates common/releases.json to register firmware versions 1.14.0 (Trezor Model One) and 2.9.7 (multiple models) in the release compatibility list. No code, bootloader, firmware logic, or security-critical constants are modified. The change is a routine release bookkeeping update.
Changed components
common/releases.jsonInspect captured patch +3 / −1
diff --git a/common/releases.json b/common/releases.json
index 357f7846..30560713 100644
--- a/common/releases.json
+++ b/common/releases.json
@@ -45,6 +45,7 @@
"1.12.1": ["T1B1"],
"1.13.0": ["T1B1"],
"1.13.1": ["T1B1"],
+ "1.14.0": ["T1B1"],
"2.0.5": ["T2T1"],
"2.0.6": ["T2T1"],
"2.0.7": ["T2T1"],
@@ -90,6 +91,7 @@
"2.9.3": ["T3W1"],
"2.9.4": ["T2B1", "T2T1", "T3B1", "T3T1", "T3W1"],
"2.9.5": ["T3W1"],
- "2.9.6": ["T3W1"]
+ "2.9.6": ["T3W1"],
+ "2.9.7": ["T2B1", "T2T1", "T3B1", "T3T1", "T3W1"]
}
}
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.