What changed, and why it matters
This commit simply adds a new firmware version number (2.9.5) for one Trezor device model (T3W1) to a release-tracking JSON file. It is an administrative metadata update with no code changes and no apparent security relevance.
No security action required. Treat as routine release metadata maintenance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff updates common/releases.json to register firmware version 2.9.5 as available for the T3W1 hardware model. No executable code, cryptographic parameters, APIs, or security controls are modified. The commit is a cherry-pick labeled ‘chore’ with ‘[no changelog]’.
Changed components
common/releases.jsonInspect captured patch +2 / −1
diff --git a/common/releases.json b/common/releases.json
index 870bcd45a..4c855704e 100644
--- a/common/releases.json
+++ b/common/releases.json
@@ -87,6 +87,7 @@
"2.9.1": ["T2B1", "T2T1", "T3B1", "T3T1"],
"2.9.2": ["T3W1"],
"2.9.3": ["T3W1"],
- "2.9.4": ["T2B1", "T2T1", "T3B1", "T3T1", "T3W1"]
+ "2.9.4": ["T2B1", "T2T1", "T3B1", "T3T1", "T3W1"],
+ "2.9.5": ["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.