stig-manager icon indicating copy to clipboard operation
stig-manager copied to clipboard

An API and client for managing STIG assessments

Results 96 stig-manager issues
Sort by recently updated
recently updated
newest added

Requirements will be fleshed out later, along with possible "restore" feature for these collections/assets.

**Is your feature request related to a problem? Please describe.** In review window when you view a STIG for all Assets in Collection, it would be helpfull for review to...

enhancement

Provide report of successful imports/errors at end of import. Allow multiple files to be selected for import. Gracefully handle import cancellation. Refer to Collection Cloning feature's new implementation of streaming...

enhancement
UI

**Is your feature request related to a problem? Please describe.** It is time consuming to manually create 100s of assets for a new system via the GUI. **Describe the solution...

enhancement
User Story
UI

**Is your feature request related to a problem? Please describe.** No. There is no issue. **Describe the solution you'd like** An automated CMRS rollup feature to push collections up. **Describe...

enhancement
User Story
API
UI

It would be beneficial if there was a pulldown above or next to the comment box on the review section for 'remediate/exception'. With just the generic comment option - users...

enhancement
User Story
API
UI
OAS
DB

**Is your feature request related to a problem? Please describe.** When reviewing open finding, I often need to read the check text of the STIG item. This can become time...

enhancement
UI

Users have reported they would like the way they customize certain views or actions to be persistent across sessions. These settings should be distinct from the "Collection Settings" that determine...

enhancement
UI

The query implemented [here](https://github.com/NUWCDIVNPT/stig-manager/blob/6d693fcc9b32eaf42b949b835af15131e351362f/api/source/service/mysql/CollectionService.js#L711-L825) benchmarks at ~15 seconds for the Windosw_10_STIG with 2000 mapped Assets. Suggest timing individual sub-queries and designing a more efficient approach, if possible. Alternatively: Pre-calculate Collection-Rule...

API