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
extract_macaroons() isn't validating its input data in sufficient manner. It's assuming that any valid b64 encoded JSON is an array of objects for instance. This results in unexpected AttributeErrors and TypeErrors. Two examples below:
macaroonbakery 1.3.1
python 3.5
extract_macaroons()
isn't validating its input data in sufficient manner. It's assuming that any valid b64 encoded JSON is an array of objects for instance. This results in unexpectedAttributeError
s andTypeError
s. Two examples below:The text was updated successfully, but these errors were encountered: