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

version_value "-" #81

Closed
AntonioSanta opened this issue Sep 9, 2019 · 2 comments
Closed

version_value "-" #81

AntonioSanta opened this issue Sep 9, 2019 · 2 comments

Comments

@AntonioSanta
Copy link

AntonioSanta commented Sep 9, 2019

Hello,
I have a question about version_value "-" , how should it be interpreted ?
for example in a CVE in the json official Database from NIST I found this section :
"vendor_name" : "name",
"product" : {
"product_data" : [ {
"product_name" : "name",
"version" : {
"version_data" : [ {
"version_value" : "-",
"version_affected" : "="
}, {
"version_value" : "0.1",
"version_affected" : "="
}, {
"version_value" : "0.2",
"version_affected" : "="
}, {
"version_value" : "0.3",
"version_affected" : "="
}, {
"version_value" : "0.4",
"version_affected" : "="
}, {
"version_value" : "0.5",
"version_affected" : "="
}
does the '-' mean that also versions < 0.1 are affected ? if it does, why doesn't the CVE use the <= in "version_affected " field instead ?
Or does the "-" mean "if you don't have a version number in your installed packages than your installed package is affected" ?
or just simply "we don't know" ?

thank you

@mprpic
Copy link
Collaborator

mprpic commented Nov 13, 2020

@AntonioSanta That looks like a mistake to me. Do you have the CVE ID where this data is present by any chance?

@mprpic
Copy link
Collaborator

mprpic commented Apr 24, 2024

No reply in over three years, closing!

@mprpic mprpic closed this as not planned Won't fix, can't repro, duplicate, stale Apr 24, 2024
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

2 participants