chore: add Embed Fire and WonderK to sign_release script
What changed, and why it matters
This commit simply adds two new hardware device names ('Embed Fire' and 'WonderK') to an internal release-signing script list. It does not change any security-sensitive logic, cryptography, or user-facing behavior. There is no indication of a vulnerability or security fix.
No security action required. Review as normal build-script maintenance if desired.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The patch appends two strings, ‘maixpy_embed_fire’ and ‘maixpy_wonder_k’, to the DEVICES array in sign_release.py. This is a routine build/release automation update to support additional supported hardware variants during the release signing process. No code paths, signature verification, key handling, or device firmware logic are modified.
Changed components
sign_release.pyInspect captured patch +2 / −0
diff --git a/sign_release.py b/sign_release.py
index c37b381..c6812e6 100644
--- a/sign_release.py
+++ b/sign_release.py
@@ -40,6 +40,8 @@ DEVICES = [
"maixpy_cube",
"maixpy_wonder_mv",
"maixpy_tzt",
+ "maixpy_embed_fire",
+ "maixpy_wonder_k",
]
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.