What changed, and why it matters
This commit simply adds a new firmware version number (2.9.1) to a list of released versions for several Trezor hardware wallet models. It is a routine metadata update with no code changes and no security relevance visible in the diff.
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 to include firmware version 2.9.1 for models T2B1, T2T1, T3B1, and T3T1. There are no functional code changes, no bug fixes, no cryptographic changes, and no security-related content in the commit message or diff.
Changed components
common/releases.jsonInspect captured patch +2 / −1
diff --git a/common/releases.json b/common/releases.json
index 16b24a0ae..7ad1d410c 100644
--- a/common/releases.json
+++ b/common/releases.json
@@ -83,6 +83,7 @@
"2.8.8": ["T2T1"],
"2.8.9": ["T2B1", "T2T1", "T3B1", "T3T1"],
"2.8.10": ["T2B1", "T2T1", "T3B1", "T3T1"],
- "2.9.0": ["T2B1", "T2T1", "T3B1", "T3T1"]
+ "2.9.0": ["T2B1", "T2T1", "T3B1", "T3T1"],
+ "2.9.1": ["T2B1", "T2T1", "T3B1", "T3T1"]
}
}
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.