mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-10 06:33:34 +00:00
NOT VULNERABLE > NOT IMPACTED for easier scanning
This commit is contained in:
@ -10999,7 +10999,7 @@ def _checkTPMVulnerability(cros):
|
||||
elif cros[u'tpmVersionInfo'][u'firmwareVersion'] in CROS_TPM_FIXED_VERSIONS:
|
||||
cros[u'tpmVersionInfo'][u'tpmVulnerability'] = u'UPDATED'
|
||||
else:
|
||||
cros[u'tpmVersionInfo'][u'tpmVulnerability'] = u'NOT VULNERABLE'
|
||||
cros[u'tpmVersionInfo'][u'tpmVulnerability'] = u'NOT IMPACTED'
|
||||
return cros
|
||||
|
||||
def doPrintCrosDevices():
|
||||
|
Reference in New Issue
Block a user