-
Notifications
You must be signed in to change notification settings - Fork 99
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
Added CVSS v3 Calculator. #2536
Conversation
…ng vector with query is possible for both versions
Codecov Report
@@ Coverage Diff @@
## gsa-21.04 #2536 +/- ##
=============================================
+ Coverage 53.07% 53.66% +0.59%
=============================================
Files 1071 1072 +1
Lines 25848 26202 +354
Branches 7350 7465 +115
=============================================
+ Hits 13719 14062 +343
- Misses 11012 11022 +10
- Partials 1117 1118 +1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks very good. Just one invalid change has slipped in.
So this PR implemented the new feature for CVSS v3 calculation. |
You are always free to add as much tests as you think is required to validate the functionality.
Maybe we should ask for some feedback internally. |
What:
Adding the CVSS v3(.1) Calculator to the GSA Help Page.
It works like the CVSS v2 Calculator (for now), except the score is calculated on the userside and not by gmp.
Why:
CVSS v2 will be deprecated and is not up to date anymore.
How:
Checklist: