Skip to content

Commit

Permalink
raise minimum patch level for verification to 2021-10-05
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Jul 27, 2024
1 parent 73b57e6 commit 762251f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/app/attestation/server/AttestationProtocol.java
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ class AttestationProtocol {

private static final int AUDITOR_APP_MINIMUM_VERSION = 47;
private static final int OS_VERSION_MINIMUM = 120000;
private static final int OS_PATCH_LEVEL_MINIMUM = 201909;
private static final int VENDOR_PATCH_LEVEL_MINIMUM = 20190905;
private static final int BOOT_PATCH_LEVEL_MINIMUM = 20190905;
private static final int OS_PATCH_LEVEL_MINIMUM = 202110;
private static final int VENDOR_PATCH_LEVEL_MINIMUM = 20211005;
private static final int BOOT_PATCH_LEVEL_MINIMUM = 20211005;

private static final String DEVICE_HUAWEI = "Huawei Honor 9 lite / Honor 10 / View 10 / Mate 10 / Mate 20 / Mate 20 lite / P smart 2019 / Pro / P20 / P20 Pro / Y9 2019";
private static final String DEVICE_HUAWEI_HONOR_7A_PRO = "Huawei Honor 7A Pro / Y7 2019";
Expand Down

0 comments on commit 762251f

Please sign in to comment.