Skip to content
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

mention all and none as version schemes #267

Open
tschmidtb51 opened this issue Nov 9, 2023 · 0 comments
Open

mention all and none as version schemes #267

tschmidtb51 opened this issue Nov 9, 2023 · 0 comments

Comments

@tschmidtb51
Copy link

I suggest to add the version schemes all and none that are defined as follows:

all

There is just one possible form: vers:all/*. It matches all versions. A comparison whether a version is within the range always results true.

Use case: E.g. an affected EOL product that will never be fixed.

none

There is just one possible form: vers:none/*. It matches no version. A comparison whether a version is within the range always results in false.

Use case: Sometimes people as a negated question - e.g. 'Which versions are affected?' Answer: None.

Flagging @pombredanne for attention

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant