-
Notifications
You must be signed in to change notification settings - Fork 275
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
Metadata Attribute research: spec_version #1419
Comments
My initial comments on those 6 steps:
|
@joshuagl commented the above: It might be useful to add a default value of the currently supported spec version? I answered:
|
@sechkova commented the above: I do agree we should make the attributes private and provide getters (@Property) I commented back:
|
@jku commented the above: if the validation is short and only needed in one place, Validating semantic version completely is bonkers (it's really complex), I suggest we explicitly do not do it. it seems your implementation is option 2 in my comment... this is valid semver |
This issue aims to document thoughts about the
spec_version
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: