pkeech / stig_parser

A Python module to parse DISA STIG (XCCDF) Files
MIT License
22 stars 10 forks source link

Add Checklist Functions #6

Open pkeech opened 3 years ago

pkeech commented 3 years ago

Add Checklist Functions

Request to add the following features:

pkeech commented 3 years ago

Committed Code to v1.0.3-dev branch (https://github.com/pkeech/stig_parser/commit/123a8338b83dc952c9f920b9d45e29848a4be7dff) with foundational work on this request. Currently, I have a included script that will generate a CKL file based upon static inputs.

Continuing work to incorporate this into the Python Package and allow for dynamic entries.

flickerfly commented 2 years ago

Maybe convert a CKL into a JSON formatted doc also