mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-18 20:47:58 +00:00
A message is now printed indicating in the log that the platform version
check is skipped if the information is not specified, unknown or null.
This commit is contained in:
parent
300cae3950
commit
21111c1291
@ -250,6 +250,10 @@ public class CertificateAttributeScvValidator extends SupplyChainCredentialValid
|
||||
}
|
||||
|
||||
passesValidation &= fieldValidation;
|
||||
} else {
|
||||
log.warn("The Platform Certificate System version was {} and the reported Device System Information "
|
||||
+ "version was {}, therefore this check is skipped...",
|
||||
platformCredential.getVersion(), hardwareInfo.getVersion());
|
||||
}
|
||||
|
||||
// check PlatformSerial against both system-serial-number and baseboard-serial-number
|
||||
|
Loading…
Reference in New Issue
Block a user