What changed, and why it matters
This commit changes a small monochrome arrow/checkmark graphic in the COLDCARD firmware. The old shape was a narrow pointer; the new shape is a slightly different narrow pointer using different ASCII characters. There is no code change, no security behavior change, and no indication this fixes or introduces a vulnerability.
No security action needed. Treat as a routine UI/graphics tweak.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies only graphics/mono/selected.txt, an ASCII-art representation of a UI glyph (likely a selection indicator arrow). It replaces one 9-line ASCII drawing with another 9-line drawing of similar shape and size. No executable code, cryptographic logic, protocol handling, memory management, or user-input parsing is affected.
Changed components
graphics/mono/selected.txtInspect captured patch +9 / −9
diff --git a/graphics/mono/selected.txt b/graphics/mono/selected.txt
index 827efe9..faebfd6 100644
--- a/graphics/mono/selected.txt
+++ b/graphics/mono/selected.txt
@@ -1,12 +1,12 @@
- xx
- xx
- xx
- xx
- xx xx
- xx xx
- xx xx
- xxx
- x
+ X
+ XX
+ X
+ XX
+X X
+XX XX
+ XX X
+ XXXX
+ XX
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.