AI-generated analysisPublished automatically and not human-verified. Validated context appears in community notes below.
← Watch feed
Informational 18 Bitcoin

fix(core): fix firmware build with extapp support

Public commit record

What the developer wrote

Authored by cepetr

57/100 · Thin
fix(core): fix firmware build with extapp support

[no changelog]
✓ Descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope! No meaningful explanatory body
The short version

What changed, and why it matters

This commit fixes a firmware build problem when a feature called 'extapp support' is enabled. It changes which source files are compiled and adjusts code guards so that certain applet-related code is only included when both applets and kernel mode are active. There is no direct evidence this fixes a security vulnerability; it appears to be a build-system correction.

Recommended action

Treat as a normal build fix. Verify that firmware builds correctly with and without extapp/applet support and that applet-related security code remains excluded from non-kernel builds. No urgent security response is indicated by the diff alone.

Security signals we found

01

Conditional compilation guard tightened from USE_APPLETS to USE_APPLETS && KERNEL_MODE in security-relevant modules (secure_aes, coreapp, applet)

02

Build script corrected to use elf_loader.c source for STM32 app loader

03

Unconditional include of sys/applet.h removed from syscall internal header

Risk score

Why this scored 18/100

Our methodology →
Potential impact 2/30
Exploitability 1/25
Stealth signal 1/15
Affected reach 2/15
Confidence 8/10
Evidence quality 4/5
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.