From e1da6da5773b43ac3699c91164f89b3aed611bca Mon Sep 17 00:00:00 2001 From: "Daigneau, Jeremy T" Date: Wed, 13 Mar 2024 09:26:27 -0400 Subject: [PATCH 1/3] Update version numbers to 2.3.0 --- api-docs/openapi.json | 2 +- package-lock.json | 6 +++--- package.json | 2 +- src/swagger.js | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/api-docs/openapi.json b/api-docs/openapi.json index 6652bd137..f916bbeb0 100644 --- a/api-docs/openapi.json +++ b/api-docs/openapi.json @@ -1,7 +1,7 @@ { "openapi": "3.0.2", "info": { - "version": "2.2.1", + "version": "2.3.0", "title": "CVE Services API", "description": "The CVE Services API supports automation tooling for the CVE Program. Credentials are required for most service endpoints. Representatives of CVE Numbering Authorities (CNAs) should use one of the methods below to obtain credentials:

CVE data is to be in the JSON 5.0 CVE Record format. Details of the JSON 5.0 schema are located here.

Contact the CVE Services team", "contact": { diff --git a/package-lock.json b/package-lock.json index aa417ced6..64bed715e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cve-services", - "version": "2.2.1", + "version": "2.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cve-services", - "version": "2.2.1", + "version": "2.3.0", "license": "(CC0)", "dependencies": { "ajv": "^8.6.2", @@ -18194,4 +18194,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 16b32dfc0..e3bc27267 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cve-services", "author": "Automation Working Group", - "version": "2.2.1", + "version": "2.3.0", "license": "(CC0)", "devDependencies": { "@faker-js/faker": "^7.6.0", diff --git a/src/swagger.js b/src/swagger.js index b7df5d4c5..9a5b6c6e3 100644 --- a/src/swagger.js +++ b/src/swagger.js @@ -14,7 +14,7 @@ const rejectedCreateCVERecord = require('../schemas/cve/rejected-create-cve-exam /* eslint-disable no-multi-str */ const doc = { info: { - version: '2.2.1', + version: '2.3.0', title: 'CVE Services API', description: "The CVE Services API supports automation tooling for the CVE Program. Credentials are \ required for most service endpoints. Representatives of \ From 68cfd96a0e633e73683904aaa506377fb704f975 Mon Sep 17 00:00:00 2001 From: "Daigneau, Jeremy T" Date: Wed, 13 Mar 2024 15:26:25 -0400 Subject: [PATCH 2/3] update schema url in swagger docs --- src/swagger.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/swagger.js b/src/swagger.js index 9a5b6c6e3..6e938c25c 100644 --- a/src/swagger.js +++ b/src/swagger.js @@ -29,8 +29,8 @@ const doc = { Top-Level Root (CISA ICS \ or MITRE) to request credentials \ \ -

CVE data is to be in the JSON 5.0 CVE Record format. Details of the JSON 5.0 schema are \ - located here.

\ +

CVE data is to be in the JSON 5.1 CVE Record format. Details of the JSON 5.1 schema are \ + located here.

\ Contact the CVE Services team", contact: { name: 'CVE Services Overview', From a54552c45ae4a147b5edd092a18279a67ebd8973 Mon Sep 17 00:00:00 2001 From: "Daigneau, Jeremy T" Date: Wed, 13 Mar 2024 15:26:38 -0400 Subject: [PATCH 3/3] update docs --- api-docs/openapi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-docs/openapi.json b/api-docs/openapi.json index f916bbeb0..b052bbe8a 100644 --- a/api-docs/openapi.json +++ b/api-docs/openapi.json @@ -3,7 +3,7 @@ "info": { "version": "2.3.0", "title": "CVE Services API", - "description": "The CVE Services API supports automation tooling for the CVE Program. Credentials are required for most service endpoints. Representatives of CVE Numbering Authorities (CNAs) should use one of the methods below to obtain credentials:
  • If your organization already has an Organizational Administrator (OA) account for the CVE Services, ask your admin for credentials
  • Contact your Root (Google, INCIBE, JPCERT/CC, or Red Hat) or Top-Level Root (CISA ICS or MITRE) to request credentials

CVE data is to be in the JSON 5.0 CVE Record format. Details of the JSON 5.0 schema are located here.

Contact the CVE Services team", + "description": "The CVE Services API supports automation tooling for the CVE Program. Credentials are required for most service endpoints. Representatives of CVE Numbering Authorities (CNAs) should use one of the methods below to obtain credentials:
  • If your organization already has an Organizational Administrator (OA) account for the CVE Services, ask your admin for credentials
  • Contact your Root (Google, INCIBE, JPCERT/CC, or Red Hat) or Top-Level Root (CISA ICS or MITRE) to request credentials

CVE data is to be in the JSON 5.1 CVE Record format. Details of the JSON 5.1 schema are located here.

Contact the CVE Services team", "contact": { "name": "CVE Services Overview", "url": "https://cveproject.github.io/automation-cve-services#services-overview"