Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions scripts/generate-test-report.py
Original file line number Diff line number Diff line change
Expand Up @@ -646,16 +646,6 @@ def parse_junit(path):
'0x swap ETH to ERC-20', 'DEX aggregator swap via 0x protocol.', []),
('E15', 'test_msg_ethereum_cfunc', 'test_sign_execTx',
'Contract function call', 'Generic contract call signing.', []),
('E16', 'test_msg_ethereum_signtx', 'test_ethereum_blind_sign_blocked',
'Blind sign BLOCKED (AdvancedMode OFF)',
'Contract data with AdvancedMode disabled. Device shows BLOCKED screen and refuses to sign. '
'This is the default behavior -- blind signing must be explicitly enabled.',
['BLOCKED screen']),
('E17', 'test_msg_ethereum_signtx', 'test_ethereum_blind_sign_allowed',
'Blind sign ALLOWED (AdvancedMode ON)',
'Contract data with AdvancedMode enabled. Device shows BLIND SIGNATURE warning '
'before proceeding. User sees raw data and must explicitly confirm.',
['BLIND SIGNATURE warning'])
]),

('R', 'Ripple (XRP)', '7.0.0',
Expand Down Expand Up @@ -816,6 +806,16 @@ def parse_junit(path):
'Signature verification math', 'Unit test for the metadata blob signature algorithm.', []),
('V7', 'test_msg_ethereum_clear_signing', 'test_tampered_blob_fails_verification',
'Tampered blob fails', 'Any byte change in the blob invalidates the signature.', []),
('V8', 'test_msg_ethereum_signtx', 'test_ethereum_blind_sign_blocked',
'Blind sign BLOCKED (AdvancedMode OFF)',
'Contract data with AdvancedMode disabled. Device shows BLOCKED screen and refuses to sign. '
'This is the default behavior -- blind signing must be explicitly enabled.',
['BLOCKED screen']),
('V9', 'test_msg_ethereum_signtx', 'test_ethereum_blind_sign_allowed',
'Blind sign ALLOWED (AdvancedMode ON)',
'Contract data with AdvancedMode enabled. Device shows BLIND SIGNATURE warning '
'before proceeding. User sees raw data and must explicitly confirm.',
['BLIND SIGNATURE warning']),
]),

('S', 'Solana', '7.14.0',
Expand Down
Loading