Skip to content

Commit 78a5a35

Browse files
committed
updating to be version 5.1
1 parent 7748d46 commit 78a5a35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/constants/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function getConstants () {
1616
* @lends defaults
1717
*/
1818
const defaults = {
19-
SCHEMA_VERSION: '5.1.1',
19+
SCHEMA_VERSION: '5.1',
2020
MONGOOSE_VALIDATION: {
2121
Org_policies_id_quota_min: 0,
2222
Org_policies_id_quota_min_message: 'Org.policies.id_quota cannot be a negative number.',

src/swagger.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const doc = {
3434
or <a href='https://www.cve.org/PartnerInformation/ListofPartners/partner/mitre'>MITRE</a>) to request credentials \
3535
</ul> \
3636
<p>CVE data is to be in the JSON 5.1 CVE Record format. Details of the JSON 5.1 schema are \
37-
located <a href='https://github.com/CVEProject/cve-schema/tree/5.1.0/schema' target='_blank'>here</a>.</p>\
37+
located <a href='https://github.com/CVEProject/cve-schema/tree/5.1.1-rc2/schema' target='_blank'>here</a>.</p>\
3838
<a href='https://cveform.mitre.org/' class='link' target='_blank'>Contact the CVE Services team</a>",
3939
contact: {
4040
name: 'CVE Services Overview',

0 commit comments

Comments
 (0)