Skip to content

Releases: NUWCDIVNPT/stig-manager

1.2.19

09 Nov 23:04
4a663da
Compare
Choose a tag to compare

What's Changed

  • (Fix) Fixed an issue preventing export of grid data with buffered views.
  • (App) Various CSS and UI optimizations and enhancements.
  • (App) Accept .ckl file imports with untraditional releaseinfo data.
  • (App) Disable submit option if review does not have a valid compliance result.

Full Changelog: 1.2.18...1.2.19

1.2.18

02 Nov 22:31
1d55175
Compare
Choose a tag to compare

What's Changed

  • (App) Added tooltips to display "Other Assets" review content.
  • (App) Preserve column filters when loading grid data.
  • (Fix) Addressed a bug causing an alert when viewing metrics with fresh reviews.
  • (Fix) Addressed a bug preventing Assets from being transferred to other Collections.
  • (Fix) Addressed a bug preventing new Reviews from being manually changed when no commentary is provided by the user.
  • (Fix) Addressed a bug causing text to wrap instead of being truncated in the Collection Review workspace.
  • (Fix) Addressed a bug that could cause display issues for buffered grids at certain zoom levels.
  • (API) Addressed performance issue when querying Assets from large Collections by removing unnecessary grouping clauses.

Full Changelog: 1.2.17...1.2.18

1.2.17

26 Oct 16:16
0fd5ffa
Compare
Choose a tag to compare

What's Changed

  • (App) Added buffered views for Grids with poor performance when displaying very large Collection data.
  • (API) Adjustment to Metrics endpoints so that they serve data formerly returned from the statusStats projection.
  • (Fix) The two changes above comprise a hotfix addressing poor performance in some areas with very large Collections.
  • (API) Compression enabled for API responses where appropriate.
  • (Tests) Adjusted STIGs used in tests to avoid collisions with standard benchmarkIds.

Full Changelog: 1.2.16...1.2.17

1.2.16

13 Oct 22:02
0b7dc7b
Compare
Choose a tag to compare

New Metrics Report replaces the old Status Report!

What's Changed

  • (API/App) New Metrics Report replaces old Status Report; additional API endpoints added to support this feature.
  • (App) Various changes to UI for look/feel tuning.
  • (App) Local storage state provider added to preserve some user configuration of views across sessions.

Note: This release includes a database migration.

Full Changelog: 1.2.15...1.2.16

1.2.15

12 Sep 23:13
9016c57
Compare
Choose a tag to compare

What's Changed

  • (API/App) Auto-prune review history records using value specified in new Collection Setting.
  • (API) hotfix: stig-asset update preserves existing mappings
  • (API) Retry transactions on deadlock
  • (API/App/OAS) Remove special treatment for SCAP data, as all resultEngines are represented with equal prominence.
  • (App) Limit service worker interceptions

Full Changelog: 1.2.14...1.2.15

1.2.14

29 Aug 19:40
180b202
Compare
Choose a tag to compare

What's Changed

  • (App) Added a service worker to handle streaming downloads.
  • (API) Added new endpoints to return datasets related to "unreviewed" rules for Assets.
  • (API) Enhance request body for archive endpoints.
  • (API) XCCDF export and parser changes
  • (OAS) Updates to OAS to better define acceptable requests.
  • (API/OAS) Updates to pre-calculated statistics for STIG/Assets. Now includes totals for every possible result and status state, as well as totals for those states with "resultEngine" data.

Note: This release includes a database migration to support enhanced statistics.

Full Changelog: 1.2.13...1.2.14

1.2.13

01 Aug 23:19
c2c203d
Compare
Choose a tag to compare

What's Changed

  • (UI) Hotfix addressing issue causing CKL serializer to fail when parsing CKL with no root XML comment.

Full Changelog: 1.2.12...1.2.13

1.2.12

28 Jul 17:04
8bf8b8b
Compare
Choose a tag to compare

What's Changed

  • fix: Addresses issue #721: resultEngine property being improperly stored/returned as "0" instead of NULL

Full Changelog: 1.2.11...1.2.12

1.2.11

19 Jul 23:12
e147859
Compare
Choose a tag to compare

What's Changed

  • (API/App/OAS) Experimental streaming archive export of ckl files from Collection Management screen.
  • (App) Easily create a new set of Asset-STIG assignments based off of a set of existing assignments. New filter behavior when selecting STIGs.
  • (App) Added checkbox selection and CTRL-A shortcut options for selecting multiple grid items in several views.
  • (API) New presentation for User grants includes Usernames and Display Names. Filtering now applies to Username and Display Name components, if present.
  • (API/App/OAS) Review Detail and Comment text fields are now limited to 32767 characters.

Note: If you are using the the STIGMan-Watcher utility, be sure to update to release 1.2.5, which conforms to the new Review text constraints.

Full Changelog: 1.2.10...1.2.11

1.2.10

29 Jun 19:44
86ee3c9
Compare
Choose a tag to compare

What's Changed

  • (App) Refactored token handling for better Azure AD and Okta compatibility. Added new Envvars for configuration. #695
  • (App) Truncate the display of long Detail and Comment fields for increased performance and readability. Full text available when editing or by clicking "Full text" link. #685
  • (API) Updated SCAP map to reflect current differences between SCAP IDs and STIG IDs. #690
  • (API/App/OAS) Updated checklist statistic calculations to account for new result Id options. Changed column name to "Other" to better reflect its contents. #694
  • (API) Updated got dependency to 11.8.5 #686

Full Changelog: 1.2.9...1.2.10