Skip to content

Commit

Permalink
chore: updates for release 1.3.12 (#1134)
Browse files Browse the repository at this point in the history
  • Loading branch information
cd-rite authored Oct 31, 2023
1 parent c3cf888 commit 8de91e0
Show file tree
Hide file tree
Showing 3 changed files with 19 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.11",
"version": "1.3.12",
"description": "An API for managing evaluations of Security Technical Implementation Guide (STIG) assessments.",
"main": "index.js",
"scripts": {
Expand Down
16 changes: 16 additions & 0 deletions release-notes.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
1.3.12
-----

Changes:

- (UI) Asset Label and STIG Assignment interface update
- (UI) Resolved issue affecting updating reviews from Collection Review Workspace that were created with old RuleIds.
- (UI) Addressed issue affecting delimiter handling for inventory exports
- (API) Resolved issue that could be created when submitting Reviews for Rules with identical ids/fingerprints
- (API) Statistics were not being recalculated when STIG Assignments were made using PUT endpoint
- (Workflows) Refactored to incorporate SonarCloud analysis and matrix testing
- (API) Remove automatic STIG download on first start
- (Docs) Build dependency update
- (API) Refactoring service references for clarity


1.3.11
-----

Expand Down

0 comments on commit 8de91e0

Please sign in to comment.