- replace xml.etree.ElementTree with defusedxml.ElementTree - remove unused imports
0.7.2
- Improve json nosetest - rename test files to nist800_53 convention - compliancelib.NIST800_53Viz v0.3.1 - Use 2to3 to upgrade nist800_53.py to Python3
0.7.0
ALERT: Renaming of SecControl to NIST800_53 - Rename compliancelib.SecControl to compliancelib.NIST800_53 - Rename compliancelib.SecControlViz to compliancelib.NIST800_53Viz
0.6.1
- Correct changelog of compliancelib v0.6.0
0.6.0
- compliancelib.SecControl v0.7.0 - Add `format` method to produce `JSON`, `YAML`, `Control-Masonry` format - compliancelib.SecControlViz v0.2.0 - no changes