What changed, and why it matters
This commit simply adds one new firmware version number (2.12.1) to a list of released versions in a JSON 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 release metadata as part of normal release process.
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.12.1 for the same set of device models (T2B1, T2T1, T3B1, T3T1, T3W1) already listed for prior releases. No executable code, validation logic, or security-critical constants are modified. This is a routine release-registry update.
Changed components
common/releases.jsonInspect captured patch +2 / −1
diff --git a/common/releases.json b/common/releases.json
index e811a32e..8507f42f 100644
--- a/common/releases.json
+++ b/common/releases.json
@@ -96,6 +96,7 @@
"2.10.0": ["T2B1", "T2T1", "T3B1", "T3T1", "T3W1"],
"2.11.0": ["T2B1", "T2T1", "T3B1", "T3T1", "T3W1"],
"2.11.1": ["T2B1", "T2T1", "T3B1", "T3T1", "T3W1"],
- "2.12.0": ["T2B1", "T2T1", "T3B1", "T3T1", "T3W1"]
+ "2.12.0": ["T2B1", "T2T1", "T3B1", "T3T1", "T3W1"],
+ "2.12.1": ["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.