-
Notifications
You must be signed in to change notification settings - Fork 138
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
[cvss]: Unable to parse vectors with temporal score component #1085
Comments
Yep, we currently only support the CVSS v3.1 Base metric group, hence the type being All that said, it would probably be good to add CVSS v4.0 support first (edit: opened #1087) |
@tarcieri Do you have any plans to upgrade to CVSS 4.0? I think if the relevant models could be separated into their own repository, it would be easier for collaborative development. |
#1087 is the tracking issue for CVSS v4.0 I don't see any reason why it can't be added to the |
Parsing scores from the
cvelistV5
repository make some scores fail with:It looks like there's a todo remaining for this:
rustsec/cvss/src/v3.rs
Line 5 in f79b59b
I might be able to work on this and provide a PR if someone can review it.
The text was updated successfully, but these errors were encountered: