Skip to content

Commit

Permalink
only mark HSM with attest key as High security
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Sep 27, 2024
1 parent aa46490 commit ac47a5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
<string name="security_level">Pinned security level: %s\n</string>
<string name="security_level_tee">Standard — Trusted Execution Environment (TEE)</string>
<string name="security_level_tee_attest_key">Standard — Trusted Execution Environment (TEE) with pairing specific attest key</string>
<string name="security_level_strongbox">High — StrongBox Hardware Security Module (HSM)</string>
<string name="security_level_strongbox_attest_key">Very High — StrongBox Hardware Security Module (HSM) with pairing specific attest key</string>
<string name="security_level_strongbox">Standard — StrongBox Hardware Security Module (HSM)</string>
<string name="security_level_strongbox_attest_key">High — StrongBox Hardware Security Module (HSM) with pairing specific attest key</string>
<string name="device">Pinned device: %s\n</string>
<string name="os">Pinned OS: %s (unmodified official release)\n</string>
<string name="os_version">Pinned OS version: %s\n</string>
Expand Down

0 comments on commit ac47a5f

Please sign in to comment.