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
fix: reject unknown event_log_version values instead of silent fallback
from_u32 now returns Option<Self>, rejecting unknown values like 0 or 42
rather than silently degrading to V1. A silent downgrade could produce
incorrect RTMR measurements — a security-relevant bug.
0 commit comments