We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c36c8 commit cf96d86Copy full SHA for cf96d86
core-primitives/attestation-handler/src/cert.rs
@@ -366,7 +366,7 @@ where
366
debug!("isvEnclaveQuoteStatus = {}", quote_status);
367
match quote_status.as_ref() {
368
"OK" => (),
369
- "SW_HARDENING_NEEDED" => (info!("Status in attestation report is SW_HARDENING_NEEDED, which is considered acceptable.")),
+ "SW_HARDENING_NEEDED" => info!("Status in attestation report is SW_HARDENING_NEEDED, which is considered acceptable."),
370
"GROUP_OUT_OF_DATE" | "GROUP_REVOKED" | "CONFIGURATION_NEEDED" => {
371
// Verify platformInfoBlob for further info if status not OK
372
if let Value::String(pib) = &attn_report["platformInfoBlob"] {
0 commit comments