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

[Bug] Missing product_name in CVE JSON 5.0 Review Conversion Set #89

Closed
dkoehler-boschpsirt opened this issue Jul 9, 2020 · 1 comment

Comments

@dkoehler-boschpsirt
Copy link

dkoehler-boschpsirt commented Jul 9, 2020

Hi MITRE Team,

I have noticed that the product_name keys are missing within the product data structure.
E.g. CVE-2020-6768

This seems to be caused by checking for a vendor_name key in the product data instead of product_name in https://github.com/CVEProject/automation-working-group/blob/master/cve_json_schema/v5.x_discuss/support/CVE_4_to_5_converter/cve4to5up.py#L197

if "vendor_name" in vd_pd: product["product_name"] = vd_pd["product_name"]

Best Regards,
David Köhler (Bosch PSIRT)

@dkoehler-boschpsirt dkoehler-boschpsirt changed the title [Bug] Missing product_name in CVE 5.0 Review Conversion Set [Bug] Missing product_name in CVE JSON 5.0 Review Conversion Set Jul 9, 2020
@mprpic
Copy link
Collaborator

mprpic commented Apr 24, 2024

The 4.0 to 5.0 conversion is now several years old so I'm assuming this issue is now obsolete. Feel free to re-open it in https://github.com/CVEProject/cve-schema/ if that is not true. Thank you!

@mprpic mprpic closed this as completed Apr 24, 2024
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

No branches or pull requests

2 participants