Skip to content

Commit

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

Changes:

- (UI) feat: Support for importing Evaluate-STIG style XCCDF test results.
- (UI) fix: Ensure integer size when fractional scaling is applied to UI
- (UI) fix: Column filters for CCIs in STIG Library
- (API) feat: XCCDF exports now pass NIST XCCDF validation
- (API) feat: Avoid incrementing userIds when updating existing user_data records
- (tests) fix: Use UUIDs when generating test data to avoid collisions
- (API) Dependency updates

1.4.17
-----

Expand Down

0 comments on commit b1df064

Please sign in to comment.