diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-04-03 16:17:47 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-04-03 16:17:47 -0400 |
| commit | 46ce641aa5065dc59f27fabbb539c8f96ccf751b (patch) | |
| tree | 1e43180b1ea22523f198b021beb9fafb1a5b6a81 /static/faq.html | |
| parent | db83e5c202f658d748d03c12b46ff16334feb2f0 (diff) | |
add reset attack mitigation as hardware requirement
Diffstat (limited to 'static/faq.html')
| -rw-r--r-- | static/faq.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/faq.html b/static/faq.html index bcc29fcb..c355649c 100644 --- a/static/faq.html +++ b/static/faq.html @@ -319,6 +319,9 @@ sequence number randomization and no other leaked identifiers</li> <li>Support for disabling USB data and also USB as a whole at a hardware level in the USB controller</li> + <li>Reset attack mitigation for firmware-based boot modes such as fastboot + mode zeroing memory left over from the OS and delaying opening up attack + surface such as USB functionality until that's completed</li> </ul> <p>In order to support a device, the appropriate resources also need to be available |
