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

Consistently use version 1 for the protocol version in js client

Public commit record

What the developer wrote

Authored by Salvatore Ingala

73/100 · Adequate
Consistently use version 1 for the protocol version in js client

While the protocol version is ignored on INS=CONTINUE_INTERRUPTED,
both the python and the Rust client consistently use version 1 for
all APDUs.
There is no reason for the JS client to behave differently.
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Provides detailed explanatory context
The short version

What changed, and why it matters

This is a tiny consistency fix in the JavaScript client for the Ledger Bitcoin app. It changes one number in a command that resumes interrupted operations so it matches the Python and Rust clients. The app already ignores this version number for this specific command, so the change is unlikely to have any security effect on its own. It mainly removes an unexplained difference between client implementations.

Recommended action

No security action required. Treat as a normal code-quality/consistency change. If reviewing more broadly, verify that CURRENT_PROTOCOL_VERSION is indeed ignored by the firmware for CONTINUE_INTERRUPTED, as the commit message claims.

Security signals we found

01

Single-byte parameter alignment across clients

02

No cryptographic or authorization logic changed

03

No bounds checking, parsing, or memory handling changed

04

No firmware code changed

Risk score

Why this scored 19/100

Our methodology →
Potential impact 2/30
Exploitability 1/25
Stealth signal 1/15
Affected reach 3/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.