Replies: 2 comments 3 replies
-
In my opinion, we need to include * as an upper bound for both ease of use and backwards compatibility. If we are modifying the match to include *, we should probably also include 0 as a lower bound for backwards compatibility. I am still open to new points of view, but this is my current stance. |
Beta Was this translation helpful? Give feedback.
3 replies
-
I apologize for being late on this. Solid vote for not using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The QWG needs to make a decision as to whether we should require upper and lower bounds semantics (currently 0 and *). This decision needs to be made so that we can determine how to move forward with #371. The current versions.md text (https://github.com/CVEProject/cve-schema/blob/main/schema/docs/versions.md) states:
What are QWG members thoughts? Should we require the 0 and * for upper and lower bounds in semver 2.0.0? If yes, this means we must modify the semver 2.0.0 pattern match to include matches in these cases. A option would be to require * as an upper bound, but force the use of 0.0.0 as a lower bound in place of the usual 0. Another option is to NOT include 0 and * and create a new set of properties to handle upper and lower bounds differently.
Beta Was this translation helpful? Give feedback.
All reactions