What changed, and why it matters
This commit simply adds firmware version 2.12.2 to a list of released versions in a JSON file. It does not change any code, fix any bug, or alter security behavior. There is nothing here that could directly affect user security.
No security action needed. Review as part of normal release bookkeeping.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff updates common/releases.json to include version 2.12.2 alongside existing entries for supported device models (T2B1, T2T1, T3B1, T3T1, T3W1). This is a metadata-only release-tracking change with no functional, cryptographic, or firmware logic modifications.
Changed components
common/releases.jsonInspect captured patch +2 / −1
diff --git a/common/releases.json b/common/releases.json
index 8507f42f..27b9f329 100644
--- a/common/releases.json
+++ b/common/releases.json
@@ -97,6 +97,7 @@
"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.1": ["T2B1", "T2T1", "T3B1", "T3T1", "T3W1"]
+ "2.12.1": ["T2B1", "T2T1", "T3B1", "T3T1", "T3W1"],
+ "2.12.2": ["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.