Fallback to Severity value if CVSS is undefined #172
Closed
saintbarber
started this conversation in
Ideas
Replies: 3 comments 2 replies
-
From the business logic point of view this makes sense and we should implement this. @MWedl will tell us if there are technical constraints (which I do not expect). |
Beta Was this translation helpful? Give feedback.
1 reply
-
Created issue #173 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Implemented in #173 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to propose a small change on the Templates page.
Personally, I do not add CVSS scores to my finding templates, and prefer to specify the Severity field (I set it as a requirement), only if my clients request a CVSS score I add it.
That being said, when I create a finding template, without specifying the CVSS score, and specifying only the Severity (e.g. Criticlal) the finding shows up as Info on main Templates page:
Could we create some sort of fallback, if the CVSS score is undefined within the finding template, to use the Severity value and show only the levelName along with the corresponding colour? e.g.:
If neither the CVSS score, or the Severity is defined within the template, then the default
Info 0.0
will be shown.I tried to implement this myself, but I have absolutely no idea how vue works (I envy those who understand) and unfortunately do not have the time to learn.
Do you guys agree with this? Or is it something you do not plan to add?
Thank you again for the this tool btw, amazing work to everyone involved <3
Beta Was this translation helpful? Give feedback.
All reactions