-
Notifications
You must be signed in to change notification settings - Fork 5
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
RVSS returns wrong score when Scope is set to Changed and Safety to Human #1
Comments
@roizpi, not sure with which version you're working with. Maybe not the last one? Find below my outputs:
Did you install the last version? @olaldiko, can you please double check this and report what you obtain? |
I am pointing to the origin master branch, on its last commit "627eb69". Let's have a third view from @olaldiko. My git config is:
|
Did you install it? Try removing it all and te-installing it as well.
El El mié, 22 ago 2018 a las 19:32, Rodrigo Izquierdo <
[email protected]> escribió:
… I am pointing to the origin master branch, on its last commit "627eb69".
Let's have a third view from @olaldiko <https://github.com/olaldiko>.
My git config is:
$ git log -n 1
commit 627eb69 (HEAD -> master, origin/master, origin/HEAD)
$ git remote -v
origin https://github.com/aliasrobotics/RVSS.git (fetch)
origin https://github.com/aliasrobotics/RVSS.git (push)
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABT8DvhmUvPMWhjWjnvKUnRsXDlbgYBEks5uTZWSgaJpZM4WHRCI>
.
|
Mine's working correctly also!
|
@vmayoral, reinstalling Python library give me values now. Apologies for the initial confusion. I will rephrase the issue straight as I originally found it on the JavaScript version of RVSS: For instance, if we change the Integrity either to Low, Medium or High, the result remains intact as we can see on @olaldiko 's output (in this case Safety is set to Human): Wrong results are happening when modifying C, I, A. When Scope is set to Changed and Safety is set either to Human or Environmental.
To reproduce the issue we can use the previous report:
For instance, the following test's result is wrong,
|
After testing different RVSS values with Scope value set to Changed (S:C) and Safety set to Human (H:H). When mixing different values of Confidentiality, Integrity and Availability, all the RVSS Groups
are scoring 0.
If either Scope or Safety values are set differently, it returns the correct values.
Here are some examples to reproduce the issue:
Output when only changing Integrity to any value, and S:C H:H are set.
If at least two Impact subgroup values are set to None, the results seems correct
The text was updated successfully, but these errors were encountered: