Releases: NUWCDIVNPT/stig-manager
1.4.19
1.4.18
What's Changed
- (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
Full Changelog: 1.4.17...1.4.18
1.4.17
What's Changed
- (UI/API) feat: New, more capable App Data Export/Import feature
- (API) feat: Handle duplicate CCI elements in Rules from latest DISA Reference STIGs
- (API) feat: add index for asset/collection state columns in database for better performance
- (docs) Clarifications and updates for new feature
NOTE: This release includes a database migration that adds an index for the state
columns in the asset
and collection
tables.
Full Changelog: 1.4.16...1.4.17
1.4.16
What's Changed
- (UI/API) feat: New enhanced Application Info report available to Application Managers
- (API) feat: support custom jwt assertion claim (#1401)
- (API) feat: handle ported MySQL version string when enforcing minimum version (#1398)
- (docs) Clarifications and updates
- (tests) New testing framework implemented with Mocha/Chai
- (API) chore: dependency updates
- (build) refactor: simplified workflow names
- (info) New contact information for Application Info and Security Policy reports: [email protected]
- NOTE: The "Experimental" Export/Import Data feature that used to share the "App Info" tab must now be enabled explicitly with an Environment Variable (
STIGMAN_EXPERIMENTAL_APPDATA=true
). When enabled, it will have its own node in the Application Management NavTree. See the documentation for more details.
Full Changelog: 1.4.15...1.4.16
1.4.15
What's Changed
- (API) fix: further improved performance for endpoints that call getCollection (#1363)
- (API) fix: ensure updateDefaultRev is called as part of a transaction (#1370)
- (UI) feature: enhanced column filters (#1367 )
- (API) chore: dependency updates
Full Changelog: 1.4.14...1.4.15
1.4.14
What's Changed
- (UI/API) feat: USMC MCCAST formatted POAM export option (#1345, thank you, @whalenda and NIWC/MCBOSS)
- (API) fix: pass collectionId to getCollectionLabels() when known for better performance (#1363)
- (API) fix: metadata query param parsing (#1359)
- (API) fix: getStigById/getUserByUserId return 404 for nonexistent resources (#1358)
- (API) enhancement: updated contribution guide
- (build) enhancement: skips sonarcloud actions when PR form fork (#1351)
- (API) chore: update mysql init scripts
- (API) chore: dependency updates
New Contributors
Full Changelog: 1.4.13...1.4.14
1.4.13
What's Changed
- (API) feat: More “Anonymized Deployment Details” report enhancements
- (UI/API) fix: Enforce elevate=true parameter for Reference STIG imports
- (UI) feat: Added load mask to Deployment Details report
- (UI) feat: Sort labels in column filters
- (UI) refactor: Adjust rendering for invalid asset labels
- (UI) refactor: Remove unneeded labels projection from initial Collections request
- (UI) refactor: Suppress unneeded requests for dashboard data when first loaded
- (API) chore: dependency updates
Full Changelog: 1.4.12...1.4.13
1.4.12
What's Changed
- (API) feat: “Anonymized Deployment Details” report enhancements
- (UI/API) feat: Date/time added to filenames for exported/generated files
- (API) fix: Asset updates without collectionId property preserves labels
- (API) fix: default_rev and stats updated when current STIG revision is removed
- (API) fix: Resolved issue preventing new deployments from using alternative DB user
- (build) fix: resolved issue building images with uglify.js
- (UI/API) feat: Default review history records setting for new Collections set to 5
- (UI/API) feat: Max review history records setting limited to 15
- (build) chore: dependency updates
Note: This release includes database migration to update settings for existing Collections to reflect the new Review History cap where appropriate. No history is altered as part of the migration, history entries will be trimmed to new max as Reviews are subsequently updated.
Full Changelog: 1.4.11...1.4.12
1.4.11
What's Changed
- (UI/API) Removing feature from Release 1.4.8 adding resultEngine, user, statusUser columns to Detail metrics exports. The feature was found to cause poor performance in large deployments.
Note: This release includes a database migration, reverting changes made in PR: #1283
Full Changelog: 1.4.10...1.4.11
1.4.10
What's Changed
- (API) bugfix: Resolves issue allowing Collection Owner/Managers to create restricted grant mappings outside of Collection boundary
Full Changelog: 1.4.9...1.4.10