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: restore SCALE Encode/Decode with size limit, fix formatting
- Restore Encode/Decode impls for VersionedAttestation (needed by
CertSigningRequestV2), with a 10 MiB size limit to prevent OOM
on untrusted input
- Add size check in from_bytes for direct callers
- Document that VersionedAttestation must be the last field in SCALE
containers due to the consume-all-remaining decode strategy
- Fix prek formatting
0 commit comments