-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
[bug] digest validation only happening when specified #64
Comments
need to make sure all keywords found in a manifest are evaluated, unless the caller uses the |
This is something I was considering while writing in #48. The other issue is if we have |
fair. Perhaps we can use the logic from the On Tue, Nov 1, 2016 at 9:00 PM, Aleksa Sarai notifications@github.com
|
I've done something like that in #48: https://github.com/vbatts/go-mtree/pull/48/files#diff-e8b2d04ec2884011801582c86d040d36R188. But I can make a new PR where we default to |
This was fixed by #92 |
The
sha512digest
keyword is in the manifest, but only being checked against when specifically instructed to do so.The text was updated successfully, but these errors were encountered: