Skip to content
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

Update converter to current 5.0 format #97

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Conversation

GianSantos
Copy link

@GianSantos GianSantos commented Aug 12, 2021

The 5.0 schema has undergone some changes, this branch addresses the outdated 4.0 to 5.0 converter, and adds the functionality of converting a single json file containing multiple records in this format:
{"cveRecords":[json 4.0 object 1, json 4.0 object 2, etc]}.

Users who want to use the converter can also import the 'CVE_Convert' function into their scripts.

@GianSantos GianSantos self-assigned this Aug 12, 2021
@iamamoose
Copy link
Contributor

Noticed on testing that this will need updating to handle the flattened affected/changed version list from rc5

@GianSantos
Copy link
Author

Noticed on testing that this will need updating to handle the flattened affected/changed version list from rc5

Attempt to handle the new affected field has been implemented in latest commit, please let me know if this was an adequate solution.

@GianSantos GianSantos marked this pull request as ready for review September 30, 2021 20:53
@dbolkensteyn
Copy link
Contributor

@GianSantos @iamamoose Is this change still needed, or will the CVE List be upgraded using the current upconverter next week?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants