What changed, and why it matters
This commit simply removes an 'experimental' label from a test file. It does not change any production code, security behavior, or test logic. There is no security relevance.
Recommended action
No action required; this is a non-security test housekeeping change.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff removes the @pytest.mark.experimental decorator from tests/device_tests/misc/test_msg_paymentnotification.py. This is a testing metadata change only; no firmware code, protocol handling, or security boundary is modified.
Changed components
tests/device_tests/misc/test_msg_paymentnotification.pyInspect captured patch +0 / −1
diff --git a/tests/device_tests/misc/test_msg_paymentnotification.py b/tests/device_tests/misc/test_msg_paymentnotification.py
index 299e05af6..31fbea04b 100644
--- a/tests/device_tests/misc/test_msg_paymentnotification.py
+++ b/tests/device_tests/misc/test_msg_paymentnotification.py
@@ -21,7 +21,6 @@ from trezorlib.debuglink import SessionDebugWrapper as Session
from trezorlib.tools import parse_path
-@pytest.mark.experimental
@pytest.mark.models("core")
def test_paymentnotification(session: Session):
from ..payment_req import CoinPurchaseMemo, TextMemo, make_payment_request
Risk score
Our methodology →Why this scored 15/100
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.