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 cbc4cb5 commit 4ff0f5dCopy full SHA for 4ff0f5d
src/attestation/azure/mod.rs
@@ -264,7 +264,6 @@ pub fn azure_v6_override(collateral: &mut dcap_qvl::QuoteCollateralV3) {
264
tracing::warn!(
265
"Overriding tcb info to allow outdated Azure v6 SEAM loader"
266
);
267
- println!("modifying!");
268
tcb_level.tcb.sgx_components[7].svn = 3;
269
}
270
tcb_level
0 commit comments