What changed, and why it matters
This commit simply turns off a hardware test job in GitHub Actions for Monero cryptocurrency features by adding an always-false condition. It is a CI/testing change, not a code change to the firmware itself, and contains no security fix or vulnerability.
No security action required. Treat as routine CI maintenance. If investigating issue #3128, review that issue separately for any security relevance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The patch adds if: false to the core-hw GitHub Actions workflow job that runs Monero hardware tests, referencing issue #3128 with a FIXME note. No firmware source code is modified, no cryptographic logic is changed, and no vulnerability is addressed or introduced in the diff.
Changed components
.github/workflows/core-hw.ymlInspect captured patch +1 / −0
diff --git a/.github/workflows/core-hw.yml b/.github/workflows/core-hw.yml
index ecbe8977..189c8486 100644
--- a/.github/workflows/core-hw.yml
+++ b/.github/workflows/core-hw.yml
@@ -77,6 +77,7 @@ jobs:
- self-hosted
# FIXME runner4 with t2b1 does not work at the moment
- ${{ matrix.model == 'T2B1' && 'runner3' || matrix.model == 'T3T1' && 'hw-t3t1' || 'hw-t2t1' }}
+ if: false # FIXME https://github.com/trezor/trezor-firmware/issues/3128
strategy:
fail-fast: false
matrix:
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.