mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-29 10:21:35 +00:00
Include Chrome device TPM info
This commit is contained in:
@@ -463,6 +463,7 @@ CROS_ARGUMENT_TO_PROPERTY_MAP = {
|
||||
u'tag': [u'annotatedAssetId',],
|
||||
u'timeranges': [u'activeTimeRanges.activeTime', u'activeTimeRanges.date'],
|
||||
u'times': [u'activeTimeRanges.activeTime', u'activeTimeRanges.date'],
|
||||
u'tpmversioninfo': [u'tpmVersionInfo'],
|
||||
u'user': [u'annotatedUser',],
|
||||
u'users': [u'recentUsers.email', u'recentUsers.type'],
|
||||
u'willautorenew': [u'willAutoRenew',],
|
||||
@@ -490,6 +491,7 @@ CROS_SCALAR_PROPERTY_PRINT_ORDER = [
|
||||
u'lastEnrollmentTime',
|
||||
u'orderNumber',
|
||||
u'supportEndDate',
|
||||
u'tpmVersionInfo',
|
||||
u'willAutoRenew',
|
||||
]
|
||||
|
||||
@@ -498,6 +500,10 @@ CROS_ACTIVE_TIME_RANGES_ARGUMENTS = [u'timeranges', u'activetimeranges', u'times
|
||||
CROS_START_ARGUMENTS = [u'start', u'startdate', u'oldestdate']
|
||||
CROS_END_ARGUMENTS = [u'end', u'enddate']
|
||||
|
||||
# From https://www.chromium.org/chromium-os/tpm_firmware_update
|
||||
CROS_TPM_VULN_VERSIONS = [u'41f', u'420', u'628', u'8520',]
|
||||
CROS_TPM_FIXED_VERSIONS = [u'422', u'62b', u'8521',]
|
||||
|
||||
#
|
||||
# Global variables
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user