Skip to content

Commit

Permalink
nix: bump reference values for SNP on AKS
Browse files Browse the repository at this point in the history
We observed these new TCB values in a report on 08/14/2024.

For safety, we shouldn't merge this until 08/28/2024.
  • Loading branch information
Freax13 committed Aug 16, 2024
1 parent f5ae738 commit a0b3385
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/by-name/contrast/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ let
snp = [
{
minimumTCB = {
bootloaderVersion = 3;
bootloaderVersion = 4;
teeVersion = 0;
snpVersion = 8;
microcodeVersion = 115;
snpVersion = 21;
microcodeVersion = 211;
};
trustedMeasurement = lib.removeSuffix "\n" (builtins.readFile microsoft.kata-igvm.launch-digest);
}
Expand Down

0 comments on commit a0b3385

Please sign in to comment.