Skip to content

Releases: ComplianceAsCode/auditree-framework

v1.19.1

11 May 19:56
d42fe5b

Choose a tag to compare

  • [FIXED] Evidence cache loading bug resolved.

v1.19.0

10 May 19:37
bef16ec

Choose a tag to compare

  • [ADDED] Pre-commit hook for running bandit as part of CI/CD was added.
  • [CHANGED] Replaced the deprecated imp library with importlib.
  • [CHANGED] Replaced the deprecated ibm_security_advisor_findings_api_sdk library with ibm_cloud_security_advisor.
  • [FIXED] Added clarifying PagerDuty notifier documentation content.
  • [FIXED] Addressed bandit (minor) security issue findings.

v1.18.0

06 May 13:16
7e57766

Choose a tag to compare

  • [CHANGED] Now using pathlib exclusively for operating system filepath and file functionality.
  • [FIXED] README table of contents generation multi-blank line bug is resolved.

v1.17.0

30 Apr 17:18
b8ece1a

Choose a tag to compare

  • [ADDED] Locker get_large_files method added to return large files in the locker.
  • [ADDED] Logging of large files added to remote push operation.

v1.16.0

26 Apr 20:05
54ad36b

Choose a tag to compare

  • [ADDED] Locker get_empty_evidences method added to return all empty evidence paths.
  • [ADDED] Evidence base class has override-able is_empty property.

v1.15.0

12 Apr 16:31
a610609

Choose a tag to compare

  • [FIXED] The evidences context manager now raises an exception when no evidence is found.

v1.14.0

02 Mar 21:21
8570b5f

Choose a tag to compare

  • [ADDED] The filtered_content attribute has been added to RawEvidence.
  • [ADDED] Locker clone duration logging has been added.
  • [FIXED] The binary_content attribute on raw evidence is retained as metadata now.
  • [FIXED] All partitioned evidence defined via constructor correctly retains attributes now.

v1.13.0

16 Feb 18:53
b0b9738

Choose a tag to compare

  • [ADDED] Configurable shallow cloning of locker is now supported.

v.1.12.0

11 Jan 21:42
eb359d5

Choose a tag to compare

  • [ADDED] Referencing historical evidence from a previous locker is now supported.
  • [ADDED] The optional locker.prev_repo_url configuration element was added.
  • [ADDED] Evidence used by checks found in reports metadata includes the locker URL field now.
  • [ADDED] Links to evidence used by checks found in the table of contents point to the appropriate lockers.
  • [ADDED] Evidence used by checks found in check_results.json includes the locker URL field now.

v1.11.0

10 Dec 13:45
ff150e3

Choose a tag to compare

  • [ADDED] Fetcher execution using --evidence full-remote mode pushes to remote locker now.