-
Notifications
You must be signed in to change notification settings - Fork 30
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
Severity score vs evilness #17
Comments
hey @hamishwillee you are correct the attribute used to be called evilness, we moved to severity after some user testing, unfortunately we had some py apps already using dronekit-la at that point and we wished to keep backwards compatibility, this is something we should remove on a future release and give time to our developers to update. |
@mrpollo Thanks. In that case, can we at least break compatibility and made the fields "severity" for a particular test and "severity-score" for a cumulative value? Just makes more sense! @peterbarker I appreciate that there are customers requiring compatibility here. How about we output "severity" as the bottom level definition as well as severity-score (and evilness). We can keep severity-score as the name for cumulative severity. I would then document evilness and bottom level severity score as "deprecated" (and I will document evilness as such either way). For bonus points, providing a flag to only output the recommended output would be cool. |
Having a separate numbers for the total and the contribution at a particular level makes sense. In hindsight, we could have had "severity-score" and "severity-score-total". So, if we do want to see the contribution at each level.... perhaps "severity-score-here"? "severity-score-contribution"? Just plain "severity" doesn't convey enough information IMHO. |
As long as we can differentiate individual and cumulative results in an obvious way I will be happy.
I don't agree, but in any case, would be happy with "severity-score" and "severity-score-total". |
Looking at the cut back output below I think that probably this was originally evilness and it has been renamed severity-score without removing the old markup. Correct?
I am assuming the severity scores at higher levels are just sums of the scores in the lower levels.
If it were me, I would:
Otherwise keep as is.
The text was updated successfully, but these errors were encountered: