mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-28 08:48:59 +00:00
small fix to output
This commit is contained in:
parent
d813e3b7fd
commit
0685dd78d3
@ -544,6 +544,7 @@ public class TpmPcrEvent {
|
|||||||
case EvConstants.EV_EFI_SPDM_FIRMWARE_BLOB:
|
case EvConstants.EV_EFI_SPDM_FIRMWARE_BLOB:
|
||||||
EvEfiSpdmFirmwareBlob efiSpdmFwBlob = new EvEfiSpdmFirmwareBlob(content);
|
EvEfiSpdmFirmwareBlob efiSpdmFwBlob = new EvEfiSpdmFirmwareBlob(content);
|
||||||
description += "Event Content:\n" + efiSpdmFwBlob.toString();
|
description += "Event Content:\n" + efiSpdmFwBlob.toString();
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
description += " Unknown Event found" + "\n";
|
description += " Unknown Event found" + "\n";
|
||||||
}
|
}
|
||||||
|
@ -52,7 +52,7 @@ public abstract class DeviceSecurityEventDataDeviceContext {
|
|||||||
public String deviceContextCommonInfoToString() {
|
public String deviceContextCommonInfoToString() {
|
||||||
String dSEDdeviceContextCommonInfo = "";
|
String dSEDdeviceContextCommonInfo = "";
|
||||||
|
|
||||||
dSEDdeviceContextCommonInfo += "\n DeviceSecurityEventData - Device Info";
|
dSEDdeviceContextCommonInfo += "\n DeviceSecurityEventData Device Info:";
|
||||||
dSEDdeviceContextCommonInfo += "\n Device Structure Version = " + version;
|
dSEDdeviceContextCommonInfo += "\n Device Structure Version = " + version;
|
||||||
|
|
||||||
return dSEDdeviceContextCommonInfo;
|
return dSEDdeviceContextCommonInfo;
|
||||||
|
Loading…
Reference in New Issue
Block a user