Skip to content

Commit cf96d86

Browse files
committed
fixup! Revert "attestation-handler: accept CONFIGURATION_NEEDED SGX status as well"
1 parent 55c36c8 commit cf96d86

File tree

1 file changed

+1
-1
lines changed
  • core-primitives/attestation-handler/src

1 file changed

+1
-1
lines changed

core-primitives/attestation-handler/src/cert.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ where
366366
debug!("isvEnclaveQuoteStatus = {}", quote_status);
367367
match quote_status.as_ref() {
368368
"OK" => (),
369-
"SW_HARDENING_NEEDED" => (info!("Status in attestation report is SW_HARDENING_NEEDED, which is considered acceptable.")),
369+
"SW_HARDENING_NEEDED" => info!("Status in attestation report is SW_HARDENING_NEEDED, which is considered acceptable."),
370370
"GROUP_OUT_OF_DATE" | "GROUP_REVOKED" | "CONFIGURATION_NEEDED" => {
371371
// Verify platformInfoBlob for further info if status not OK
372372
if let Value::String(pib) = &attn_report["platformInfoBlob"] {

0 commit comments

Comments
 (0)