What changed, and why it matters
This commit simply adds a new firmware version number (2.9.4) and the list of Trezor device models it supports to a release metadata file. There is no code change, no bug fix, and no security-related content in the diff.
No security action required. Review as part of normal release metadata maintenance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff updates common/releases.json to include firmware version 2.9.4 with supported device identifiers (T2B1, T2T1, T3B1, T3T1, T3W1). This is a routine release-tracking data update with no executable code, cryptographic, or configuration-security changes.
Changed components
common/releases.jsonInspect captured patch +2 / −1
diff --git a/common/releases.json b/common/releases.json
index 4f2c8c731..870bcd45a 100644
--- a/common/releases.json
+++ b/common/releases.json
@@ -86,6 +86,7 @@
"2.9.0": ["T2B1", "T2T1", "T3B1", "T3T1"],
"2.9.1": ["T2B1", "T2T1", "T3B1", "T3T1"],
"2.9.2": ["T3W1"],
- "2.9.3": ["T3W1"]
+ "2.9.3": ["T3W1"],
+ "2.9.4": ["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.