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
CBORReader needs a way to implement object size limits (e.g., for parser DoS defense). Add a limit field to the CBORReader struct, start counting against the limit when a "top-level" read begins, and return an error when the limit is exceeded.
CBORReaderneeds a way to implement object size limits (e.g., for parser DoS defense). Add alimitfield to theCBORReaderstruct, start counting against the limit when a "top-level" read begins, and return an error when the limit is exceeded.