chore(common): add release `1.7.0` to `releases.json` [no changelog]
What changed, and why it matters
This commit simply adds a missing firmware version number (1.7.0) to a list of released versions in a JSON file. It does not change any code, fix any bug, or introduce any security issue. It is a routine bookkeeping change.
No action required. This is a non-security metadata update.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff adds the entry "1.7.0": ["T1B1"] to common/releases.json, which enumerates released Trezor Model 1 firmware versions. There are no code, cryptographic, or configuration changes. No security relevance is evident from the commit or supplied references.
Changed components
common/releases.jsonInspect captured patch +1 / −0
diff --git a/common/releases.json b/common/releases.json
index 2d7ae6d2b..357f78460 100644
--- a/common/releases.json
+++ b/common/releases.json
@@ -21,6 +21,7 @@
"1.6.1": ["T1B1"],
"1.6.2": ["T1B1"],
"1.6.3": ["T1B1"],
+ "1.7.0": ["T1B1"],
"1.7.1": ["T1B1"],
"1.7.2": ["T1B1"],
"1.7.3": ["T1B1"],
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.