What changed, and why it matters
This commit simply adds two new firmware version numbers to a release tracking file. It does not change any code, fix any bug, or alter device behavior. There is no security relevance visible in the change itself.
No security action needed. Review the actual firmware release commits for 1.14.1 and 2.11.0 separately if assessing their security content.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff updates common/releases.json to register firmware versions 1.14.1 for T1B1 and 2.11.0 for T2B1/T2T1/T3B1/T3T1/T3W1. This is a metadata-only release registry update with no executable code changes.
Changed components
common/releases.jsonInspect captured patch +3 / −1
diff --git a/common/releases.json b/common/releases.json
index 463703f0..48906f98 100644
--- a/common/releases.json
+++ b/common/releases.json
@@ -46,6 +46,7 @@
"1.13.0": ["T1B1"],
"1.13.1": ["T1B1"],
"1.14.0": ["T1B1"],
+ "1.14.1": ["T1B1"],
"2.0.5": ["T2T1"],
"2.0.6": ["T2T1"],
"2.0.7": ["T2T1"],
@@ -92,6 +93,7 @@
"2.9.4": ["T2B1", "T2T1", "T3B1", "T3T1", "T3W1"],
"2.9.5": ["T3W1"],
"2.9.6": ["T3W1"],
- "2.10.0": ["T2B1", "T2T1", "T3B1", "T3T1", "T3W1"]
+ "2.10.0": ["T2B1", "T2T1", "T3B1", "T3T1", "T3W1"],
+ "2.11.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.