You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VerifiedCOSState depends on go-tpm-tools attest.proto for the AttestedCosState proto. This is fine for now, but we'd ideally like to have this library vend its own proto that are updated locally.
VerifiedCOSState depends on go-tpm-tools attest.proto for the AttestedCosState proto. This is fine for now, but we'd ideally like to have this library vend its own proto that are updated locally.
confidential-space/server/extract/cos_state.go
Line 8 in 7bc4c97
Consider renaming the func and proto to have the same name like
AttestedCOSState
,VerifiedCOSState
orConfidentialSpaceState
.Additionally,
VerifiedCOSState
's signature isVerifiedCOSState(event_log cel.CEL, registerType uint8)
. It should instead take acel.MRType
from https://github.com/google/go-eventlog/blob/main/cel/canonical_eventlog.go#L21 as followsVerifiedCOSState(event_log cel.CEL, registerType cel.MRType)
The text was updated successfully, but these errors were encountered: