Skip to content

Commit

Permalink
chore: release updates (#937)
Browse files Browse the repository at this point in the history
  • Loading branch information
cd-rite authored Mar 10, 2023
1 parent 475616a commit 580a3da
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
4 changes: 2 additions & 2 deletions api/source/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/source/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
18 changes: 18 additions & 0 deletions release-notes.rst
Original file line number Diff line number Diff line change
@@ -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
-----

Expand Down

0 comments on commit 580a3da

Please sign in to comment.