Skip to content

Commit 1e12cfb

Browse files
authored
Merge pull request #154 from GovindKrishnan/patch-1
Fixed Typo
2 parents b49fabd + fb3b169 commit 1e12cfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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
@@ -764,7 +764,7 @@ def CVE_Convert(inputfile, outputpath):
764764
for vo in o["versions"]:
765765
if len(vo["version"]) > maxV5VersionLength:
766766
vo["version"] = (vo["version"][:(maxV5VersionLength-16)] + " ...[truncated*]")
767-
converter_errors["version_name"] = {"error": "version_name too long. Use array of versions to recond more than one version.", "message": "Truncated!"}
767+
converter_errors["version_name"] = {"error": "version_name too long. Use array of versions to record more than one version.", "message": "Truncated!"}
768768

769769
if len(o["product"]) > maxV5ProductLength:
770770
o["product"] = (o["product"][:(maxV5ProductLength-16)] + " ...[truncated*]")

0 commit comments

Comments
 (0)