Add support for CVSS vectors display - #1312
Merged
Merged
Conversation
Collaborator
Author
|
Should the table have horizontal or vertical heading? Do we need to display all CVSS vector info or just the Base Score Metrics? Should we display all options of attribute |
TG1999
marked this pull request as draft
October 10, 2023 03:35
Collaborator
Author
ziadhany
marked this pull request as ready for review
November 7, 2023 16:26
Contributor
|
@ziadhany please resolve conflicts |
ziadhany
force-pushed
the
cvss-v-display
branch
from
November 21, 2023 15:47
eb5eb8b to
2563eb7
Compare
TG1999
requested changes
Dec 6, 2023
TG1999
marked this pull request as draft
December 12, 2023 19:35
ziadhany
force-pushed
the
cvss-v-display
branch
from
December 13, 2023 15:02
2563eb7 to
e900afe
Compare
TG1999
marked this pull request as ready for review
January 9, 2024 16:50
Contributor
|
@ziadhany please resolve merge conflicts : ) |
ziadhany
force-pushed
the
cvss-v-display
branch
from
January 10, 2024 17:30
e900afe to
184ecc0
Compare
Collaborator
Author
Contributor
|
@ziadhany please add changelog and merge this PR |
TG1999
requested changes
Feb 5, 2024
TG1999
left a comment
Contributor
There was a problem hiding this comment.
Please fix failing tests : )
ziadhany
force-pushed
the
cvss-v-display
branch
from
February 13, 2024 05:04
b4ba06d to
57b8c0d
Compare
Fix the cvss vector test Resolve merge conflicts Add exception for s.scoring_system when is not in SCORING_SYSTEMS Add a get serverity values test Resolve merge conflict Change the style of cvss_printer display Add a new filter to print cvss vectors Change the table heading to Vertical Add support for CVSS vectors display Signed-off-by: ziadhany <ziadhany2016@gmail.com>
ziadhany
force-pushed
the
cvss-v-display
branch
from
February 13, 2024 06:14
57b8c0d to
fbaac69
Compare
Collaborator
Author
Done |
TG1999
pushed a commit
to TG1999/vulnerablecode
that referenced
this pull request
Jul 19, 2024
Fix the cvss vector test Resolve merge conflicts Add exception for s.scoring_system when is not in SCORING_SYSTEMS Add a get serverity values test Resolve merge conflict Change the style of cvss_printer display Add a new filter to print cvss vectors Change the table heading to Vertical Add support for CVSS vectors display Signed-off-by: ziadhany <ziadhany2016@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This is an example of how to display CVSS vectors
#1239