What changed, and why it matters
This commit simply adds a new firmware version number (2.9.2) for a new hardware model (T3W1) to a release tracking file. It does not change any code, cryptographic logic, or security behavior. There is no security issue here.
No action required; this is a routine metadata update.
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.2 as available for the T3W1 device variant. This is a metadata-only release registry change with no functional, firmware, or security code modifications.
Changed components
common/releases.jsonInspect captured patch +2 / −1
diff --git a/common/releases.json b/common/releases.json
index 7ad1d410c..4810c0293 100644
--- a/common/releases.json
+++ b/common/releases.json
@@ -84,6 +84,7 @@
"2.8.9": ["T2B1", "T2T1", "T3B1", "T3T1"],
"2.8.10": ["T2B1", "T2T1", "T3B1", "T3T1"],
"2.9.0": ["T2B1", "T2T1", "T3B1", "T3T1"],
- "2.9.1": ["T2B1", "T2T1", "T3B1", "T3T1"]
+ "2.9.1": ["T2B1", "T2T1", "T3B1", "T3T1"],
+ "2.9.2": ["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.