-
Notifications
You must be signed in to change notification settings - Fork 278
Metadata Attribute research: expires #1420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
My initial comments on those 6 steps:
|
@jku commented the above: it's not so much generic init we're interested in but deserialization: we're getting something from remote, Currently we call we should not be calling formats.py in metadata.py (but using the same implementation is probably fine
@jku commented on the above: so we've done quite a bit to make it easy to use (docs, type hints, provide a function to safely bump it (it's probably not a function they'd use but still...) The worst that can happen if the user still uses something else is that serialization then fails -- |
All of the participants in this discussion discussed this again and decided we won't make additional changes for |
This issue aims to document thoughts about the
expires
attribute from theSigned
class in orderto understand how we use that attribute, what might go wrong with it and how we can validate it.
We want to answer/address the following 6 questions/points based on my comment here:
PS: The 7-th point is covered by documenting this issue.
The text was updated successfully, but these errors were encountered: