Skip to content

Commit 07aca54

Browse files
fix(api): add CVSS_V4 to API Swagger documentation (#2486)
The addition of `CVSS_V4` in #2312 did not add it to the Swagger documentation. Open to suggestions on how to guard against such divergence in the future. Fixes: #2485
1 parent f7c148f commit 07aca54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/osv_service_v1.swagger.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@
336336
"type": "string",
337337
"enum": [
338338
"UNSPECIFIED",
339+
"CVSS_V4",
339340
"CVSS_V3",
340341
"CVSS_V2"
341342
],
@@ -627,4 +628,4 @@
627628
}
628629
},
629630
"host": "api.osv.dev"
630-
}
631+
}

0 commit comments

Comments
 (0)