From 580a3da534ce45e91feeb4518942473c54fce0c2 Mon Sep 17 00:00:00 2001 From: cd-rite <61710958+cd-rite@users.noreply.github.com> Date: Thu, 9 Mar 2023 21:25:32 -0500 Subject: [PATCH] chore: release updates (#937) --- api/source/package-lock.json | 4 ++-- api/source/package.json | 2 +- release-notes.rst | 18 ++++++++++++++++++ 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/api/source/package-lock.json b/api/source/package-lock.json index f7d2b520e..ce0499e80 100644 --- a/api/source/package-lock.json +++ b/api/source/package-lock.json @@ -1,12 +1,12 @@ { "name": "stig-management-api", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "stig-management-api", - "version": "1.3.0", + "version": "1.3.1", "license": "MIT", "dependencies": { "archiver": "^5.3.1", diff --git a/api/source/package.json b/api/source/package.json index aaa8fa0a2..4b0690b8f 100644 --- a/api/source/package.json +++ b/api/source/package.json @@ -1,6 +1,6 @@ { "name": "stig-management-api", - "version": "1.3.0", + "version": "1.3.1", "description": "An API for managing evaluations of Security Technical Implementation Guide (STIG) assessments.", "main": "index.js", "scripts": { diff --git a/release-notes.rst b/release-notes.rst index e911879bb..f8d490a2b 100644 --- a/release-notes.rst +++ b/release-notes.rst @@ -1,3 +1,21 @@ +1.3.1 +----- + +Changes: + + + - (App/API) Allow users to replace existing STIG Revisions when importing reference benchmarks. + - (App) Restrict Collections Managers from creating or altering Owner Grants. (#934) + - (App) Parse and import XCCDF with root-level TestResult element (Found in SCAP scan results performed by HBSS or ACAS). + - (App/API) Support for importing known forms of non-DISA STIGs (vmWare STIG Readiness Guides). + - (App) Made grid text selectable in most places. + - (API) Added granular STIG Severity counts to metrics. (#915) + - (API) Include controls associated with CCIs in CCI projection responses. + - (API) Updated dependencies identified as vulnerable by Dependabot. (#925) (#918) + - (Docs) Various updates to documentation describing feature and behavior changes. + - (API) Removed remaining references to unused "global" privilege. (#909) + - (App/API/DB) Database and API changes to enable future features, including storing the hash of Rule Check Content and refining STIG Revision and Rule/content associations. + 1.3.0 -----