Skip to content

Commit 438c00a

Browse files
0pendevb0l0k
authored andcommitted
fix: mention PoC on actual devices
1 parent 11914ee commit 438c00a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/bounty.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const withBase = (path) => `${base}${path.replace(/^\/+/, '')}`;
7777

7878
<h4>Proof-of-Concept Requirements</h4>
7979
<ul>
80-
<li>For embedded app vulnerabilities, the PoC <strong>must</strong> demonstrate exploitation through APDUs sent to the device. This can be reproduced using the <a href="https://github.com/LedgerHQ/speculos">Speculos</a> emulator and the <a href="https://github.com/LedgerHQ/ragger">Ragger</a> Python testing framework.</li>
80+
<li>For embedded app vulnerabilities, the PoC <strong>must</strong> demonstrate exploitation through APDUs sent to the device. This can be reproduced using either the <a href="https://github.com/LedgerHQ/speculos">Speculos</a> emulator and the <a href="https://github.com/LedgerHQ/ragger">Ragger</a> Python testing framework or an actual device.</li>
8181
<li>For display / clear signing issues, the PoC must show that incorrect or misleading information is rendered <strong>on the device screen</strong> without any warning to the user.</li>
8282
</ul>
8383

0 commit comments

Comments
 (0)