Skip to content

Commit 9c46855

Browse files
authored
Merge pull request #153 from GovindKrishnan/patch-1
2 parents 11210f9 + 5963983 commit 9c46855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/v5.0/support/CVE_4_to_5_converter/cve4to5up.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ def CVE_Convert(inputfile, outputpath):
755755

756756
if len(o["product"]) > maxV5ProductLength:
757757
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!"}
758+
converter_errors["product_name"] = {"error": "product_name too long. Use array of products to record more than one product.", "message": "Truncated!"}
759759

760760
o_cna["affected"] = o_affected
761761
# done with affected up convert

0 commit comments

Comments
 (0)