-
Notifications
You must be signed in to change notification settings - Fork 516
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
Move all verification into setters on repo #561
Comments
Depends on #563 |
As per #555 (comment), either the setters on the repo or other functions will perform per-metadata specific content verification. After which we probably will no longer need |
Note: on further IRL discussion, we are going to do a walk+visitor pattern to load a TUF repo, and verification should happen on a verification visitor. |
this is related to the builder, and we will have verification in the walker. Moving to 0.3 |
All the verifications should be moved down to the setters on the repository. The only thing we have to do at the store level is the size verification.
The text was updated successfully, but these errors were encountered: