From d070372117010acb84128c76b2aa90f2fa28da9a Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Sat, 16 Dec 2017 06:31:30 -0500 Subject: [PATCH] NOT VULNERABLE > NOT IMPACTED for easier scanning --- src/gam.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gam.py b/src/gam.py index 1420b064..403b85b2 100755 --- a/src/gam.py +++ b/src/gam.py @@ -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():