We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11210f9 + 5963983 commit 9c46855Copy full SHA for 9c46855
schema/v5.0/support/CVE_4_to_5_converter/cve4to5up.py
@@ -755,7 +755,7 @@ def CVE_Convert(inputfile, outputpath):
755
756
if len(o["product"]) > maxV5ProductLength:
757
o["product"] = (o["product"][:(maxV5ProductLength-16)] + " ...[truncated*]")
758
- converter_errors["product_name"] = {"error": "product_name too long. Use array of products to recond more than one product.", "message": "Truncated!"}
+ converter_errors["product_name"] = {"error": "product_name too long. Use array of products to record more than one product.", "message": "Truncated!"}
759
760
o_cna["affected"] = o_affected
761
# done with affected up convert
0 commit comments