Replies: 5 comments 3 replies
-
I've done some work on this and can only provide you with a workaround and some limited explanation as to why this is happening. BLUF To get my saf converted checklists to import and create the asset in stig-manager, I have to first create a new checklist in STIG Viewer using the create checklist from marked STIGs then do an import "Checklist Data..." and provide it the saf converted ckl file. Save this checklist and import it to stig-manager. A few observations I've made along the way are... When converting the json to ckl using Also, to get stig-manager to create the asset on import, make sure the My I've played around with the I hope this helps. |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm a maintainer, we appreciate the report. Our goal is to handle any CKL which STIG Viewer opens. If you could please, provide an example of CKL output that STIG Manager is not handling but STIG Viewer does. Tracking this in the stig-manager-client-modules repository. |
Beta Was this translation helpful? Give feedback.
-
Do you have a.mil address? If so send me the address and I will send you a checklist via DoD safe.
Sent from Proton Mail Android
…-------- Original Message --------
On 3/25/25 17:29, csmig wrote:
Hi, I'm a maintainer, we appreciate the report. Our goal is to handle any CKL which STIG Viewer opens. If you could please, provide an example of CKL output that STIG Manager is not handling but STIG
DuckDuckGo removed one tracker. [More](https://duckduckgo.com/-AmpMMwPPd2yRLeOWHmdIaXUgvU_5IddwHCRAFbyZJKHnsEydBnHp0aG4xZ-oz0yeVYKJnRixlbSoNVZUKQmLLToWS8r_AmVCH-2cVP-TN90fILBLpxXcK8O3IKwgTLsQQcVMS87Xm6S3HOGqSRQ7_Hu3QctqOYokNXYPsDWA_8DU6PBj2bquy87u7ijfmuB9LQoF52bHA9PevIElxGb4TASEXVqmCFl-VuAp9iJmMQQc)
[Report Spam](https://duckduckgo.com/-AmpMMwPPd2yRLeOWHmdIaXUgvU_5IddwHCRAFbyZJKHnsEydBnHp0aG4xZ-oz0yeVYKJnRixlbSoNVZUKQmLLToWS8r_AmVCH-2cVP-TN90fILBLpxXcK8O3IKwgTLsQQcVMS87Xm6S3HOGqSRQ7_Hu3QctqOYokNXYPsDWA_8DU6PBj2bquy87u7ijfmuB9LQoF52bHA9PevIElxGb4TASEXVqmCFl-VuAp9iJmMQQc)
Hi, I'm a maintainer, we appreciate the report. Our goal is to handle any CKL which STIG Viewer opens. If you could please, provide an example of CKL output that STIG Manager is not handling but STIG Viewer does.
Tracking this in the [stig-manager-client-modules](NUWCDIVNPT/stig-manager-client-modules#33) repository.
—
Reply to this email directly, [view it on GitHub](#1553 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/BAHE4HWVN74HAQ2DQIZM7O32WHKEJAVCNFSM6AAAAABYRVOVY6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENRSGEYDCMQ).
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi @parkrz @blac9216
vs
We do not require that a specific version/release of the STIG be present in order to import, but our parser does want that element to exist and be populated. This is the source of the "match" error you received and could be addressed in our parser. 2:
vs
We will consider whether it makes sense to allow imports of Reviews that we cannot associate with a particular STIG in the system. In theory, if we know about the RuleId from a .ckl, we could associate it with a Review for an Asset. However, we will not be able to associate the STIG itself with that Asset, so the Review would be "orphaned" unless you manually assign the equivalent STIG to that Asset. TLDR:
|
Beta Was this translation helpful? Give feedback.
-
Thanks @cd-rite for the work around. For the STIG ID, I edited the Looks like the @csmig I see the issue has been resolved, thank you very much for that. I'm looking forward to the release that includes this fix to clean up my runner. Thanks all! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am attempting to use VMware's compliance automation to do the work of running the checks via Chef Inspec and creating the CKLs using SAF-CLI using the code and instructions found here:
https://github.com/vmware/dod-compliance-and-automation
I'm having trouble massaging the data into a form that Stigman will take. I had to change the inspec.yml ID and Title for the checks otherwise I get an error saying that the benchmark doesn't exist in the library. Once I did that to (presumably) match the benchmarks correctly I get a new error that I have no idea how to troubleshoot.
cannot read properties of undefined (reading 'match')
I'm not sure where to get the full logs to see what the actual property it's looking at is.
Has anyone successfully set up VMware's dod compliance and automation with Stigman? I'm curious if using SAF to convert from the native inspec HDF json to CKL is the best path or how I can manipulate the data into a form that can be uploaded.
Beta Was this translation helpful? Give feedback.
All reactions