From dd46eafdd4827df281c2e5458fb90643e37c0da9 Mon Sep 17 00:00:00 2001 From: "Daigneau, Jeremy T" Date: Tue, 9 Jul 2024 10:08:54 -0400 Subject: [PATCH] Update version number to 2.3.3 --- api-docs/openapi.json | 2 +- package-lock.json | 4 ++-- src/swagger.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api-docs/openapi.json b/api-docs/openapi.json index ef5fc8905..1a7ebad46 100644 --- a/api-docs/openapi.json +++ b/api-docs/openapi.json @@ -1,7 +1,7 @@ { "openapi": "3.0.2", "info": { - "version": "2.3.2", + "version": "2.3.3", "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.1 CVE Record format. Details of the JSON 5.1 schema are located here.

Contact the CVE Services team", "contact": { diff --git a/package-lock.json b/package-lock.json index ab5ea8715..ac792daf1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cve-services", - "version": "2.3.2", + "version": "2.3.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cve-services", - "version": "2.3.2", + "version": "2.3.3", "license": "(CC0)", "dependencies": { "ajv": "^8.6.2", diff --git a/src/swagger.js b/src/swagger.js index fd0a173cc..4f77c388f 100644 --- a/src/swagger.js +++ b/src/swagger.js @@ -18,7 +18,7 @@ const fullCnaContainerRequest = require('../schemas/cve/create-cve-record-cna-re /* eslint-disable no-multi-str */ const doc = { info: { - version: '2.3.2', + version: '2.3.3', 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 \