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
The current code Valid method of MVal struct (measurement.go) assumes that Extensions can only be on top of at least one base type (defined in standards) to be present! Hence it returns with an Error if ONLY Extensions are present with no base types defined.
However, there can be cases (like Intel Profile) where ONLY extensions are present with not even a single base type (from MVal struct) present
The text was updated successfully, but these errors were encountered:
The current code Valid method of MVal struct (measurement.go) assumes that Extensions can only be on top of at least one base type (defined in standards) to be present! Hence it returns with an Error if ONLY Extensions are present with no base types defined.
However, there can be cases (like Intel Profile) where ONLY extensions are present with not even a single base type (from MVal struct) present
The text was updated successfully, but these errors were encountered: