We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b49fabd + fb3b169 commit 1e12cfbCopy full SHA for 1e12cfb
1 file changed
schema/v5.0/support/CVE_4_to_5_converter/cve4to5up.py
@@ -764,7 +764,7 @@ def CVE_Convert(inputfile, outputpath):
764
for vo in o["versions"]:
765
if len(vo["version"]) > maxV5VersionLength:
766
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!"}
+ converter_errors["version_name"] = {"error": "version_name too long. Use array of versions to record more than one version.", "message": "Truncated!"}
768
769
if len(o["product"]) > maxV5ProductLength:
770
o["product"] = (o["product"][:(maxV5ProductLength-16)] + " ...[truncated*]")
0 commit comments