- [FIXED] Table of contents now handled appropriately for locker without a README.
1.6.1
Not secure
- [FIXED] Table of contents now handles old/abandoned report evidence metadata appropriately.
1.6.0
Not secure
- [ADDED] Check reports table of contents now appended to an evidence locker's README. - [ADDED] `ComplianceCheck.get_historical_evidence` supports historical evidence retrieval.
1.5.0
Not secure
- [ADDED] Remote locker push failure notifications were added. - [ADDED] Logging for git locker operations was added. - [ADDED] Notifier logging was added. - [CHANGED] The file descriptor (stdout) notifier always notifies now.
1.4.0
Not secure
- [CHANGED] PagerDuty notifier can send alerts for a subset of the accreditation checks based on the config. - [ADDED] A warning for possible sensitive information contained within notifications was added.
1.3.0
Not secure
- [CHANGED] Simplified `controls.json` format. Original format is also supported. - [ADDED] Documentation for `controls.json` and check execution was added. - [ADDED] ControlDescriptor unit tests were added. - [FIXED] ComplianceFetcher session object is auto-closed now in tearDownClass.