What changed, and why it matters
This commit fixes two typos in a comment inside a build Makefile. It changes no code, commands, or build behavior. There is no security relevance.
Recommended action
No action needed; this is a documentation/typo fix with no security impact.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff in stm32/shared.mk is a comment-only change: ‘must commit changed’ → ‘must commit changes’ and ‘code get into docker’ → ‘code gets into docker’. No Makefile rules, variables, flags, or scripts were modified. The build process is unchanged.
Changed components
stm32/shared.mk (comment only)Inspect captured patch +1 / −1
diff --git a/stm32/shared.mk b/stm32/shared.mk
index 6cf47be..53cbfdd 100644
--- a/stm32/shared.mk
+++ b/stm32/shared.mk
@@ -113,7 +113,7 @@ rc1:
# Make a test release-candidate but use full repro flow; slower than rc1 above.
# - no factory release, does no GIT tagging nor committing
-# - but still must commit changed because code get into docker image via local git repo
+# - but still must commit changes because code gets into docker image via local git repo
.PHONY: rc2
rc2: RC2_TIMESTAMP = $(shell date "+%F_%H%M")
rc2: RC2_FNAME = ./RC2-$(RC2_TIMESTAMP)-$(HW_MODEL)-coldcard.dfu
Risk score
Our methodology →Why this scored 15/100
Human-validated context
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
No validated notes yet.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.