[WIP] Convert CVSSv2 into CVSSv3 - #1204
Closed
ziadhany wants to merge 2 commits into
Closed
Conversation
ziadhany
marked this pull request as ready for review
May 30, 2023 11:56
Collaborator
Author
|
according to my assumption, I tried to find the best way of doing this. Take a look at the result : output.txt |
ziadhany
force-pushed
the
convert_cvssv2_to_cvssv3
branch
from
June 6, 2023 15:37
cf79d80 to
a142854
Compare
pombredanne
reviewed
Jul 4, 2023
ziadhany
force-pushed
the
convert_cvssv2_to_cvssv3
branch
2 times, most recently
from
July 11, 2023 10:51
02e8616 to
9de5457
Compare
Test function with nvd_cvss.csv data Remove function from severity_systems.py Rename file to cvss2to3.py Add download_url fof severity_systems.py.ABOUT Fix notes Test with nvd severity data Move the cvssv2_converter.py to serverity_systems.py Give credit to Marc Ruef Fix missing parts in the vector Add some tests Edit CI, II , AI to C , I, A Convert CVSSv2 into CVSSv3 Signed-off-by: ziadhany <ziadhany2016@gmail.com>
ziadhany
force-pushed
the
convert_cvssv2_to_cvssv3
branch
from
July 25, 2023 13:17
9de5457 to
b0cb62b
Compare
Collaborator
Author
Member
|
@ziadhany re: #1204 (comment) |
Collaborator
Author
I tried to improve it , the test result was less 10% but after some debugging we got 36.4315898% with a small problems with Base Score Metrics |
TG1999
marked this pull request as draft
December 12, 2023 17:15
ziadhany
marked this pull request as ready for review
July 2, 2024 16:07
TG1999
marked this pull request as draft
July 9, 2024 15:42
Contributor
|
@ziadhany @pombredanne what shall be done for this PR ? |
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.

issue : #1187