What changed, and why it matters
This commit simply changes one version number in a release metadata file, from 2.11.2 to 2.12.0. There is no code change, no bug fix, and no security-related content.
No security action needed. 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, replacing the entry for firmware version 2.11.2 with 2.12.0 while keeping the same supported device models (T2B1, T2T1, T3B1, T3T1, T3W1). No executable code, cryptographic parameters, or security controls are modified.
Changed components
common/releases.jsonInspect captured patch +1 / −1
diff --git a/common/releases.json b/common/releases.json
index 549004a2..e811a32e 100644
--- a/common/releases.json
+++ b/common/releases.json
@@ -96,6 +96,6 @@
"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.11.2": ["T2B1", "T2T1", "T3B1", "T3T1", "T3W1"]
+ "2.12.0": ["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.